zombie.ai.states
Class ExploreState

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

public class ExploreState
extends State

Author:
LEMMY

Constructor Summary
ExploreState()
           
 
Method Summary
 void execute(IsoGameCharacter owner)
           
static ExploreState 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

ExploreState

public ExploreState()
Method Detail

instance

public static ExploreState instance()

execute

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