Examples of OfficeBuildingLot


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
Copyright © 2018 www.massapi.com. 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.