Package civquest.core

Examples of civquest.core.Game.initialize()


      Game.constructGame(registry);
      Game game = Game.getGame();
      game.loadUnitRulesets();

      constructMap();
      game.initialize();

      GUIBuilder.buildScenarioEditorGUI(civQuest);
    } catch (RulesetException ex) {
      CivQuest.showErrorQuitDialog("There is a problem related to ruleset-loading:", ex);
    } catch (GameChangeException ex) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.