Package me.daddychurchill.CityWorld.Plats.Urban

Examples of me.daddychurchill.CityWorld.Plats.Urban.OfficeBuildingLot


//    case 6:
//      return new FactoryBuildingLot(platmap, chunkX, chunkZ);
//    case 7:
//      return new BlaBlaBuildingLot(platmap, chunkX, chunkZ);
    default:
      return new OfficeBuildingLot(platmap, chunkX, chunkZ);
      }
  }
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Plats.Urban.OfficeBuildingLot

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.