Package civquest.map.resource.nodeMapping

Examples of civquest.map.resource.nodeMapping.FieldResourceProductionMapping


  private Game game;
  private FieldResourceProductionMapping fieldResourceProductionMapping;

  public ResourceData(Game game) {
    this.game = game;
    this.fieldResourceProductionMapping = new FieldResourceProductionMapping(game);
  }
View Full Code Here

TOP

Related Classes of civquest.map.resource.nodeMapping.FieldResourceProductionMapping

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.