示例#1
0
文件: FollowNav.cs 项目: jueane/BoyAI
 public FollowNav(BoyController boy, NavManage nav)
 {
     //this.cat = cat;
     this.boy = boy;
     ai       = boy.GetComponent <BoyAI>();
     this.nav = nav;
 }
示例#2
0
 public FollowDirect(BoyController boy)
 {
     //this.cat = cat;
     this.boy = boy;
     ai       = boy.GetComponent <BoyAI>();
 }