Package civquest.map.resource.fieldProducer

Examples of civquest.map.resource.fieldProducer.PropFieldResourceProducer


    this.game = game;
  }

  public void initialize() throws ConfigurationException {
     this.fieldResourceProducer
       = new PropFieldResourceProducer(game.getMapData().getMapRegistry(),
                       game.getMapData().getConfiguration(),
                       game);   
  }
View Full Code Here

TOP

Related Classes of civquest.map.resource.fieldProducer.PropFieldResourceProducer

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.