Пример #1
0
 protected virtual void FixedUpdate()
 {
     if (_currentState != null)
     {
         var stateMachine = this;
         _currentState.OnStateFixedUpdate(ref stateMachine);
     }
 }