Examples of AstralTownEmptyLot


Examples of me.daddychurchill.CityWorld.Plats.Astral.AstralTownEmptyLot

            if (!addingBases)
              addingBases = odds.playOdds(oddsOfIsolatedLots);
           
            if (addingBases) {
              if (odds.playOdds(oddsOfUnfinishedBuildings))
                current = new AstralTownEmptyLot(platmap, originX + x, originZ + z);
             
              else {
                switch (odds.getRandomInt(7)) {
                case 1:
                  current = new AstralTownBuildingLot(platmap, originX + x, originZ + z, BunkerType.BALLSY);
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.