16171819202122232425
setHitBox(0, 0, image.getWidth(), image.getHeight()); addType(ZOMBIE); stateManager.add(new WaitState(this)); stateManager.add(new AlertState(this)); stateManager.add(new MoveState(this)); }