2024-06-26 21:19:24 -07:00

8 lines
163 B
Lua

if not mtul then
mtul = {}
end
mtul.class = {}
local path = minetest.get_modpath("mtul_class")
dofile(path.."/proxy_table.lua")
dofile(path.."/new_class.lua")