minetest-mm/mods-old/myboardgames/mychess/init.lua
2021-12-05 14:17:16 +01:00

3 lines
136 B
Lua

dofile(minetest.get_modpath("mychess").."/pieces.lua")
dofile(minetest.get_modpath("mychess").."/board.lua")
print("[myChess] Loaded!")