Example #1
0
 public StateStandby(FSMZombie fsmZombie)
 {
     fsm = fsmZombie;
 }
Example #2
0
 public StatePursuePlayer(FSMZombie fsmZombie)
 {
     fsm = fsmZombie;
 }