コード例 #1
0
        protected override void OnTick(float deltaTime)
        {
            _voiceController.HandleVoiceInput();

            if (_stateController.ActiveStateName != null)
            {
                _stateController.Tick(deltaTime);
            }
        }