Example #1
0
 public HeadHunterPatrol(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }
Example #2
0
 public HeadHunterStunned(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }
Example #3
0
 public HeadHunterChase(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }
Example #4
0
 public HeadHunterIdle(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }
Example #5
0
 public HeadHunterSearch(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }
Example #6
0
 public HeadHunterDoor(HeadHunterNME myMaster)
 {
     this.myMaster = myMaster;
 }