Package civquest.swing.game

Examples of civquest.swing.game.NewRandomGameAction


    }
  }

  public FunctionAction getFunctionAction(String name) {
    if (name.equals("start-new-random-game")) {
      return new NewRandomGameAction(civQuest);
    } else if (name.equals("start-scenario-editor")) {
      return new StartScenarioEditorAction(civQuest);
    } else if (name.equals("save-game")) {
      return new SaveAction(civQuest);
    } else if (name.equals("load-game")) {
View Full Code Here

TOP

Related Classes of civquest.swing.game.NewRandomGameAction

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.