Package me.daddychurchill.CityWorld.Context.SandDunes

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


      parkContext = new SandDunesParkContext(generator);
      highriseContext = new SandDunesHighriseContext(generator);
      constructionContext = new SandDunesConstructionContext(generator);
      midriseContext = new SandDunesMidriseContext(generator);
      municipalContext = midriseContext;
      lowriseContext = new SandDunesLowriseContext(generator);
      industrialContext = lowriseContext;
      neighborhoodContext = new SandDunesNeighborhoodContext(generator);
      farmContext = new SandDunesFarmContext(generator);
     
      contextInitialized = true;
View Full Code Here

TOP

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

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.