private void Update() { controller.CheckForInput(); foreach (var button in buttonHandlers) { button.Tick(Time.deltaTime); } }
private void Update() { controller.CheckForInput(); }