cmi_examples/init.lua
2017-06-17 23:51:55 -07:00

5 lines
153 B
Lua

local modpath = minetest.get_modpath(minetest.get_current_modname()) .. "/"
dofile(modpath .. "implementation.lua")
dofile(modpath .. "showdamage.lua")