zombie.characters
Class ZombieGroup

java.lang.Object
  extended by zombie.characters.ZombieGroup

public class ZombieGroup
extends java.lang.Object

Author:
LEMMY

Field Summary
 IsoZombie Leader
           
static int MaxSize
           
 IsoZombie[] zombies
           
 
Constructor Summary
ZombieGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MaxSize

public static int MaxSize

zombies

public IsoZombie[] zombies

Leader

public IsoZombie Leader
Constructor Detail

ZombieGroup

public ZombieGroup()