currencies/init.lua

6 lines
262 B
Lua
Raw Normal View History

2021-03-04 02:33:20 -08:00
currencies = {}
2021-03-04 02:41:21 -08:00
dofile(minetest.get_modpath("currencies") .. "/api.lua")
dofile(minetest.get_modpath("currencies") .. "/utils.lua")
dofile(minetest.get_modpath("currencies") .. "/chatcmdbuilder.lua")
dofile(minetest.get_modpath("currencies") .. "/commands.lua")