zombie.ai.states
Class SatChairStateOut

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

public class SatChairStateOut
extends State


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

Constructor Detail

SatChairStateOut

public SatChairStateOut()
Method Detail

instance

public static SatChairStateOut instance()

enter

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

execute

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