Uses of Class
mako5.ctrl.GameState

Packages that use GameState
mako5.ctrl   
 

Uses of GameState in mako5.ctrl
 

Methods in mako5.ctrl that return GameState
 GameState GameStateMachine.getCurrent()
          Returns the current game state.
 

Methods in mako5.ctrl with parameters of type GameState
 void GameStateMachine.add(GameState s)
          Adds a new state.