private void Update() { InputManager.CollectInput(); if (Input.GetKeyDown(KeyCode.F)) { Phase.BeginRound(); } }