historical/toontown-just-works.git/toontown/suit/SuitInvasionGlobals.py

9 lines
143 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
# Types:
INVASION_TYPE_NORMAL = 0
INVASION_TYPE_MEGA = 1
INVASION_TYPE_BRUTAL = 2
# Flags:
IFSkelecog = 1 << 0
IFWaiter = 1 << 1
IFV2 = 1 << 2