Files
pyfa/eos/effects/tractorbeamcan.py
2017-03-05 02:01:10 -05:00

11 lines
198 B
Python

# tractorBeamCan
#
# Used by:
# Modules from group: Tractor Beam (4 of 4)
type = "active"
from eos.config import settings
def handler(fit, module, context):
print settings['setting1']
pass