Package civquest.swing.game

Examples of civquest.swing.game.LoadAction


    } 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")) {
      return new LoadAction(civQuest);
    } else if (name.equals("quit")) {
      return new QuitAction();
    } else {
      return null;
    }
View Full Code Here

TOP

Related Classes of civquest.swing.game.LoadAction

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.