Exemplo n.º 1
0
 void Update()
 {
     if (currentState != null && !IsInTransition)
     {
         currentState.Update();
     }
 }