Add ExpGaming Lib and ranks are in working condition

This commit is contained in:
Cooldude2606
2017-07-01 21:54:35 +01:00
parent 126e51a6c3
commit 2ca6ef6d77
5 changed files with 110 additions and 70 deletions

View File

@@ -19,6 +19,7 @@ local credits = {{
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------
--as this is the core file the order in which the files are loaded does matter do not change
credit_loop(require("ExpGaming - Lib"))
credit_loop(require("ExpGaming - Rank Table"))
credit_loop(require("ExpGaming - Rank Presets"))
credit_loop(require("ExpGaming - Rank Control"))