示例#1
0
 public void DefineBehaviours(BehaviourController controller)
 {
     this.controller = controller;
     DefineBehaviours_Impl();
 }
示例#2
0
 protected void Awake()
 {
     myUnit = GetComponentInParent <PerceiveUnit>();
     behaviourController = GetComponentInChildren <BehaviourController>();
 }