minetest-mm/mods-old/myboardgames/mychess/init.lua

4 lines
136 B
Lua
Raw Normal View History

2021-12-05 14:17:16 +01:00
dofile(minetest.get_modpath("mychess").."/pieces.lua")
dofile(minetest.get_modpath("mychess").."/board.lua")
print("[myChess] Loaded!")