Package civquest.map.resource.gameChange

Examples of civquest.map.resource.gameChange.SetResourceEdgeAmount.execute()


      Field field = (Field)(edge.getDestNode().getManager());
      ResourceSet amount = producer.getResourceProduction(field.getPosition());
      change.add(edge.getID(), amount);
    }

    change.execute();
  }

  public void afterGameChanged(AddNation addNation) {
    processAddNation(game.getNation(addNation.getNewNationID()));
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.