mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-01 11:15:34 +00:00
16 lines
185 B
Lua
16 lines
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
|