Added datastore

This commit is contained in:
Cooldude2606
2020-05-21 20:47:56 +01:00
parent d926100c2d
commit 07caa9c4a2
2 changed files with 219 additions and 51 deletions

View File

@@ -17,7 +17,8 @@ local interface_modules = {
['Roles']='expcore.roles',
['Store']='expcore.store',
['Gui']='expcore.gui',
['Async']='expcore.async'
['Async']='expcore.async',
['Datastore']='expcore.datastore'
}
-- loads all the modules given in the above table