5 lines
178 B
Lua
5 lines
178 B
Lua
PyuTestCmds_Path = minetest.get_modpath("pyutest_cmds")
|
|
dofile(PyuTestCmds_Path.."/worldedit.lua")
|
|
dofile(PyuTestCmds_Path.."/gameplay.lua")
|
|
dofile(PyuTestCmds_Path.."/fun.lua")
|