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

13 lines
No EOL
109 B
Lua

Room = class("Room")
function Room:initialize()
end
function Room:draw()
end
function Room:update()
end