Exemple #1
0
        private void Update()
        {
            controller.CheckForInput();

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