init.lua 91 B

123456789
  1. dm = dm or {}
  2. dm.modpath = minetest.get_modpath("dm")
  3. dofile(dm.modpath .. "/dm.lua")