Example #1
0
 public void Tick()
 {
     actionQueue.Clean();
     currentRunningNode.StopBehavior();
     rootBehavior.DoBehavior();
 }