mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-01 10:55:35 +00:00
16 lines
No EOL
185 B
Lua
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 |