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

8 lines
134 B
Python
Executable file

SHIRT = 1
SHORTS = 2
CLOSET_MOVIE_COMPLETE = 1
CLOSET_MOVIE_CLEAR = 2
CLOSET_MOVIE_TIMEOUT = 3
CLOSED = 0
OPEN = 1
TIMEOUT_TIME = 200