Ejemplo n.º 1
0
 public void SetBehaviourTreeOverride(BehaviourTree behaviourTree)
 {
     BehaviourTree          = behaviourTree;
     UnitBlackboard         = BehaviourTree.Blackboard as UnitBlackboard;
     BehaviourTree.Executor = this;
     BehaviourTree.Init();
 }