Ejemplo n.º 1
0
 void OnDestroy()
 {
     if (statemachine != null)
     {
         statemachine.Abort();
     }
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     if (StateMachine != null)
     {
         StateMachine.Abort();
     }
 }