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