pep.py/constants/slotStatuses.py
2016-05-18 19:12:46 +02:00

9 lines
100 B
Python

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