8 lines
163 B
Lua
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") |