chroma_solstice/input.lua
2015-03-11 20:11:29 -04:00

11 lines
No EOL
98 B
Lua

local input = {}
function input:handler()
end
function input:moveIsPressed()
end
return input