Package me.daddychurchill.CityWorld.Plats.Nature

Examples of me.daddychurchill.CityWorld.Plats.Nature.OilPlatformLot


      // what to make?
      switch (state) {
      case DEEPSEA:
        // Oil rigs
        if (generator.settings.includeBuildings) {
          platmap.setLot(x, z, new OilPlatformLot(platmap, platmap.originX + x, platmap.originZ + z));
        }
        break;
//      case SEA:
//        break;
//      case BUILDING:
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Plats.Nature.OilPlatformLot

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.