Files
pyfa/eos/effects/tractorbeamcan.py

12 lines
199 B
Python

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