3 lines
136 B
Lua
3 lines
136 B
Lua
dofile(minetest.get_modpath("mychess").."/pieces.lua")
|
|
dofile(minetest.get_modpath("mychess").."/board.lua")
|
|
print("[myChess] Loaded!")
|