mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 16:57:54 +00:00
9 lines
119 B
Python
9 lines
119 B
Python
|
# Types:
|
||
|
INVASION_TYPE_NORMAL = 0
|
||
|
INVASION_TYPE_MEGA = 1
|
||
|
|
||
|
# Flags:
|
||
|
IFSkelecog = 1 << 0
|
||
|
IFWaiter = 1 << 1
|
||
|
IFV2 = 1 << 2
|