Beispiel #1
0
 void FixedUpdate()
 {
     if (currentState != null)
     {
         currentState.FixedUpdate();
     }
 }