Example #1
0
 public bool CanExecute(BehaviourTreeAgent agent)
 {
     return(true);
 }
Example #2
0
 public bool CanExecute(BehaviourTreeAgent agent)
 {
     return(children.All(c => c.CanExecute(agent)));
 }