1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00
Files
luanti/games/devtest/mods/testentities/init.lua
2024-10-28 15:57:54 +01:00

6 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")