示例#1
0
        public void Update()
        {
            if (!_gameplayManager.IsGameplayReady())
            {
                return;
            }

            HandleInput();
        }