Esempio n. 1
0
 public MotionLevelGoalState(NPC npc)
 {
     this.npc = npc;
     localPathing.GridSize = 0.3f;
 }
Esempio n. 2
0
 public NavMeshLevelGoalState(NPC npc)
 {
     this.npc = npc;
 }
Esempio n. 3
0
 public HighLevelGoalState(NPC npc)
 {
     this.npc = npc;
 }