Package ch.sahits.game.openpatrician.model

Examples of ch.sahits.game.openpatrician.model.ModelDIFactory


*  check feast
* check global success
*  The hight the social rank the higher the richer populations influence is
*/
  public ReputationCalculator(){
    ModelDIFactory diFactory = ModelDIFactory.getInstance();
    consumer = diFactory.getPolulanceConsumtion();
    producer = diFactory.getCityProduction();
  }
View Full Code Here

TOP

Related Classes of ch.sahits.game.openpatrician.model.ModelDIFactory

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.