mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 13:12:30 -06:00
9 lines
115 B
Python
Executable file
9 lines
115 B
Python
Executable file
|
|
|
|
class BanquetTableBase:
|
|
HUNGRY = 1
|
|
DEAD = 0
|
|
EATING = 2
|
|
ANGRY = 3
|
|
HIDDEN = 4
|
|
INACTIVE = 5
|