Package me.daddychurchill.CityWorld.Context.SnowDunes

Examples of me.daddychurchill.CityWorld.Context.SnowDunes.SnowDunesRoadContext


  @Override
  public void allocateContexts(WorldGenerator generator) {
    if (!contextInitialized) {
      natureContext = new SnowDunesNatureContext(generator);
      roadContext = new SnowDunesRoadContext(generator);
     
      parkContext = new SnowDunesParkContext(generator);
      highriseContext = new SnowDunesHighriseContext(generator);
      constructionContext = new SnowDunesConstructionContext(generator);
      midriseContext = new SnowDunesMidriseContext(generator);
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Context.SnowDunes.SnowDunesRoadContext

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.