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