Package civquest.swing.scenario

Examples of civquest.swing.scenario.AddNationAction


    if (name.equals("abort-to-main-window")) {
      return new AbortToMainWindowAction(civQuest);
    } else if (name.equals("compute-random-map")) {
      return new ComputeRandomMapAction(civQuest);
    } else if (name.equals("add-nation")) {
            return new AddNationAction(this.registry, this.editor);
        } else {
      return null;
    }
  }
View Full Code Here

TOP

Related Classes of civquest.swing.scenario.AddNationAction

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.