1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/maps/tetris/states.lua
2019-01-31 20:15:41 -05:00

6 lines
70 B
Lua

return {
voting = 1,
moving = 2,
down = 3,
pause = 4
}