Poodletooth-iLand/toontown/suit/SuitInvasionGlobals.py

11 lines
158 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
# Types:
INVASION_TYPE_NORMAL = 0
INVASION_TYPE_MEGA = 1
INVASION_TYPE_BRUTAL = 2
2015-03-03 22:10:12 +00:00
# Flags:
IFSkelecog = 1 << 0
IFWaiter = 1 << 1
IFV2 = 1 << 2
2015-07-05 23:59:25 +00:00
IFV3 = 1 << 3