pep.py/slotStatuses.py
2016-04-19 19:40:59 +02:00

9 lines
100 B
Python

free = 1
locked = 2
notReady = 4
ready = 8
noMap = 16
playing = 32
occupied = 124
playingQuit = 128