Merge pull request #159 from Cooldude2606/feature/datastore

Persistent Datastores Including Player Data
This commit is contained in:
Cooldude2606
2020-05-26 19:11:42 +01:00
committed by GitHub
10 changed files with 1092 additions and 9 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