1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
luanti/games/devtest/mods/testentities/init.lua
2024-10-28 15:57:54 +01:00

5 lines
292 B
Lua

dofile(core.get_modpath("testentities").."/visuals.lua")
dofile(core.get_modpath("testentities").."/observers.lua")
dofile(core.get_modpath("testentities").."/selectionbox.lua")
dofile(core.get_modpath("testentities").."/armor.lua")
dofile(core.get_modpath("testentities").."/pointable.lua")