Ejemplo n.º 1
0
 public void StopBehavior()
 {
     if (Status != BEHAVIOR_STATUS.INACTIVE)
     {
         BehaviorTree.Stop();
     }
 }