Poodletooth-iLand/toontown/coghq/BanquetTableBase.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

9 lines
115 B
Python
Executable file

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