historical/toontown-classic.git/toontown/coghq/BanquetTableBase.py

10 lines
115 B
Python
Raw Permalink Normal View History

2024-01-16 17:20:27 +00:00
class BanquetTableBase:
HUNGRY = 1
DEAD = 0
EATING = 2
ANGRY = 3
HIDDEN = 4
INACTIVE = 5