Package me.daddychurchill.CityWorld.Context.Flooded

Examples of me.daddychurchill.CityWorld.Context.Flooded.FloodedRoadContext


  @Override
  public void allocateContexts(WorldGenerator generator) {
    if (!contextInitialized) {
      natureContext = new FloodedNatureContext(generator);
      roadContext = new FloodedRoadContext(generator);
     
      parkContext = new FloodedParkContext(generator);
      highriseContext = new FloodedHighriseContext(generator);
      constructionContext = new FloodedConstructionContext(generator);
      midriseContext = new FloodedMidriseContext(generator);
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Context.Flooded.FloodedRoadContext

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.