myArcade/myhighscore/init.lua

6 lines
138 B
Lua

myhighscore = {}
dofile(minetest.get_modpath("myhighscore").."/api.lua")
dofile(minetest.get_modpath("myhighscore").."/scoreboard.lua")