Exemple #1
0
 public void OnUpdate()
 {
     m_InputSystem.UpdateInput();
     m_UIManager.OnUpdate();
     m_SceneFSM.OnUpdate();
 }