Poodletooth-iLand/toontown/suit/SuitInvasionGlobals.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

10 lines
No EOL
157 B
Python
Executable file

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