Files
NGECore2/scripts/commands/resourceemptyhopper.py
T
CharonInferar a1370a9b60 Harvesters introduced
Working harvesters and generators
Big update
2014-04-11 02:25:07 +02:00

10 lines
188 B
Python

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