예제 #1
0
 void Update()
 {
     if (!done)
     {
         NodeStatus s = behaviourTreeRoot.Behave(context, gameObject);
     }
 }