Add: mod storage database

This commit is contained in:
Coder12a
2019-07-07 16:33:04 -05:00
parent 0dd50e7141
commit 0a91ad8e6c
6 changed files with 224 additions and 12 deletions

View File

@ -2,6 +2,7 @@
factions_modpath = minetest.get_modpath("factions")
dofile (factions_modpath .. "/config.lua")
dofile (factions_modpath .. "/storagedb.lua")
dofile (factions_modpath .. "/databases.lua")
dofile (factions_modpath .. "/eventcallbacks.lua")
dofile (factions_modpath .. "/diplomacy_events.lua")