oldschool-toontown/toontown/estate/ClosetGlobals.py

9 lines
134 B
Python
Raw Normal View History

2019-11-02 17:27:54 -05:00
SHIRT = 1
SHORTS = 2
CLOSET_MOVIE_COMPLETE = 1
CLOSET_MOVIE_CLEAR = 2
CLOSET_MOVIE_TIMEOUT = 3
CLOSED = 0
OPEN = 1
TIMEOUT_TIME = 200