9 lines
100 B
Python
9 lines
100 B
Python
free = 1
|
|
locked = 2
|
|
notReady = 4
|
|
ready = 8
|
|
noMap = 16
|
|
playing = 32
|
|
occupied = 124
|
|
playingQuit = 128
|