cirnofarm/src/bullet.lua
2024-04-22 23:09:35 +02:00

16 lines
No EOL
185 B
Lua

--[[pod_format="raw",created="2024-04-22 20:21:08",modified="2024-04-22 21:09:23",revision=6]]
M = {}
function M.init()
end
function M.update()
end
function M.draw()
end
return M