Package com.drakulo.games.ais.ui.state

Examples of com.drakulo.games.ais.ui.state.ResearchState


  @Override
  public void initStatesList(GameContainer arg0) throws SlickException {
    this.addState(new MainMenuState(MAIN_MENU_STATE));
    this.addState(new SectorState(SECTOR_STATE));
    this.addState(new ResearchState(RESEARCH_STATE));
    this.addState(new PlanetState(PLANET_STATE));
   
    this.enterState(MAIN_MENU_STATE);
  }
View Full Code Here

TOP

Related Classes of com.drakulo.games.ais.ui.state.ResearchState

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.