2024-12-01 12:39:22 -08:00

8 lines
163 B
Lua

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