Package fr.umlv.escapeir.state

Examples of fr.umlv.escapeir.state.GameState


          switch (EscapeIR.currentState) {
          case QUIT:
            return;
          case GAME:
            if (newState)
              this.states.put(StateID.GAME, new GameState(context));
            break;
          case WIN:
            if (newState)
              this.states.put(StateID.WIN, new WinState(context));
          case LOOSE:
View Full Code Here

TOP

Related Classes of fr.umlv.escapeir.state.GameState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.