zombie.ai.states
Class PlayerControlState

java.lang.Object
  extended by zombie.ai.State
      extended by zombie.ai.states.PlayerControlState

public class PlayerControlState
extends State


Constructor Summary
PlayerControlState()
           
 
Method Summary
 void execute(IsoGameCharacter owner)
           
static PlayerControlState instance()
           
 
Methods inherited from class zombie.ai.State
enter, exit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerControlState

public PlayerControlState()
Method Detail

instance

public static PlayerControlState instance()

execute

public void execute(IsoGameCharacter owner)
Overrides:
execute in class State