Package civquest

Examples of civquest.ScienceFactory


    setPersistentData(step);
  }

  private void performCommonSetup(Registry registry) throws RulesetException {
        this.registry = registry;
        scienceFactory = new ScienceFactory(registry);

    try {
      this.damageManager = new DamageManager();
    } catch (MethodCallerException e) {
      Messages.getMessages().err("Game", "When setting up game: " + e);
View Full Code Here

TOP

Related Classes of civquest.ScienceFactory

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.