Пример #1
0
 protected virtual void FixedUpdate()
 {
     if (ActiveState != null)
     {
         ActiveState.OnStateFixedUpdate();
     }
 }