Example #1
0
 void OnDestroy()
 {
     if (statemachine != null)
     {
         statemachine.Abort();
     }
 }
Example #2
0
 void OnDestroy()
 {
     if (StateMachine != null)
     {
         StateMachine.Abort();
     }
 }