Package me.daddychurchill.CityWorld.Context.SandDunes

Examples of me.daddychurchill.CityWorld.Context.SandDunes.SandDunesRoadContext


  @Override
  public void allocateContexts(WorldGenerator generator) {
    if (!contextInitialized) {
      natureContext = new SandDunesNatureContext(generator);
      roadContext = new SandDunesRoadContext(generator);
     
      parkContext = new SandDunesParkContext(generator);
      highriseContext = new SandDunesHighriseContext(generator);
      constructionContext = new SandDunesConstructionContext(generator);
      midriseContext = new SandDunesMidriseContext(generator);
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Context.SandDunes.SandDunesRoadContext

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.