Poodletooth-iLand/toontown/coghq/BanquetTableBase.py
2015-03-03 17:10:12 -05:00

9 lines
115 B
Python

class BanquetTableBase:
HUNGRY = 1
DEAD = 0
EATING = 2
ANGRY = 3
HIDDEN = 4
INACTIVE = 5