Ejemplo n.º 1
0
 public WanderState(Zombie aZombie, Player nPlayer, Map aMap)
     : base(aZombie, nPlayer, aMap)
 {
     graphic = new Sprite("zombie_wander_bmp");
 }
Ejemplo n.º 2
0
 public HuntState(Zombie aZombie, Player nPlayer, Map aMap)
     : base(aZombie, nPlayer, aMap)
 {
     graphic = new Sprite("zombie_hunt_bmp");
 }