示例#1
0
def buildSupportStation(eventParams):
	spawn('SUPPORT_STATION_PLACER')
示例#2
0
def buildPowerStation(eventParams):
	spawn('POWER_STATION_PLACER')
示例#3
0
def buildOreRefinery(eventParams):
	spawn('ORE_REFINERY_PLACER')
示例#4
0
def buildSmallTeleport(eventParams):
	spawn('SMALL_TELEPORT_PLACER')
示例#5
0
def buildDock(eventParams):
	spawn('DOCK_PLACER')
示例#6
0
def buildUpgradeStation(eventParams):
	spawn('UPGRADE_STATION_PLACER')
示例#7
0
def buildSnackbar(eventParams):
    spawn('SNACKBAR_PLACER')
示例#8
0
def buildPowerStation(eventParams):
    spawn('POWER_STATION_PLACER')
示例#9
0
def buildOreRefinery(eventParams):
    spawn('ORE_REFINERY_PLACER')
示例#10
0
def buildSmallTeleport(eventParams):
    spawn('SMALL_TELEPORT_PLACER')
示例#11
0
def buildDock(eventParams):
    spawn('DOCK_PLACER')
示例#12
0
def buildToolStore(eventParams):
    spawn('TOOL_STORE_PLACER')
示例#13
0
def buildUpgradeStation(eventParams):
    spawn('MINING_LASER_PLACER')
示例#14
0
def buildUpgradeStation(eventParams):
    spawn('UPGRADE_STATION_PLACER')
示例#15
0
def buildSuperTeleport(eventParams):
	spawn('SUPER_TELEPORT_PLACER')
示例#16
0
def buildSupportStation(eventParams):
    spawn('SUPPORT_STATION_PLACER')
示例#17
0
def buildSnackbar(eventParams):
	spawn('SNACKBAR_PLACER')
示例#18
0
def buildToolStore(eventParams):
	spawn('TOOL_STORE_PLACER')
示例#19
0
def buildUpgradeStation(eventParams):
	spawn('MINING_LASER_PLACER')
示例#20
0
def buildSuperTeleport(eventParams):
    spawn('SUPER_TELEPORT_PLACER')