1819202122232425
addType(ZOMBIE); stateManager.add(new WaitState(this)); stateManager.add(new AlertState(this)); stateManager.add(new MoveState(this)); }