Ejemplo n.º 1
0
 public FollowNav(BoyController boy, NavManage nav)
 {
     //this.cat = cat;
     this.boy = boy;
     ai       = boy.GetComponent <BoyAI>();
     this.nav = nav;
 }
Ejemplo n.º 2
0
 public FollowDirect(BoyController boy)
 {
     //this.cat = cat;
     this.boy = boy;
     ai       = boy.GetComponent <BoyAI>();
 }