Finnished the thread system

This commit is contained in:
Cooldude2606
2017-12-08 18:24:04 +00:00
parent c0b87ec904
commit 9df1fbb1d1
4 changed files with 40 additions and 25 deletions

View File

@@ -19,6 +19,8 @@ local StdExpCoreLib = {}
require '/commands'
StdExpCoreLib.Server = require '/server'
StdExpCoreLib.Ranking = {}
StdExpCoreLib.Gui = {}
--[[StdExpCoreLib.Ranking = require '/ranking'
require '/ranks'
StdExpCoreLib.Gui = require '/gui'