Added Sync

This commit is contained in:
Cooldude2606
2018-04-01 12:59:56 +01:00
parent 80fa6dba71
commit 39de98b711
5 changed files with 181 additions and 78 deletions

View File

@@ -18,6 +18,7 @@ Pass a table with the names of the objects you want and it will be return in tha
local StdExpCoreLib = {}
require '/commands'
StdExpCoreLib.Sync = require '/sync'
StdExpCoreLib.Server = require '/server'
StdExpCoreLib.Ranking = require '/ranking'
StdExpCoreLib.Gui = require '/gui'