Files
NGECore2/scripts/commands/harvesterselectresource.py
T
CharonInferar 646476c17d Harvesters introduced
Working harvesters and generators
Big update
2014-04-11 01:48:27 +02:00

10 lines
192 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
core.harvesterService.handleHarvesterSelectResourceCommand(actor, target, commandString)
return