mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Cleaned up some classes Moved functionalities into more appropriate methods/classes
8 lines
160 B
Python
8 lines
160 B
Python
import sys
|
|
|
|
def setup():
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
core.surveyService.requestSampling(actor, target, commandString);
|
|
return |