Poodletooth-iLand/toontown/suit/SuitInvasionGlobals.py
2015-03-03 17:10:12 -05:00

8 lines
119 B
Python

# Types:
INVASION_TYPE_NORMAL = 0
INVASION_TYPE_MEGA = 1
# Flags:
IFSkelecog = 1 << 0
IFWaiter = 1 << 1
IFV2 = 1 << 2