예제 #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>();
 }