mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Small note to self
This commit is contained in:
@@ -17,10 +17,11 @@ Pass a table with the names of the objects you want and it will be return in tha
|
|||||||
|
|
||||||
local ExpCore = {}
|
local ExpCore = {}
|
||||||
|
|
||||||
|
-- note to self - server with use async and promissis with .on_error and .on_success and the appilty to set data
|
||||||
|
--ExpCore.Server = require '/server'
|
||||||
require '/commands'
|
require '/commands'
|
||||||
--[[ExpCore.Ranking = require '/ranking'
|
--[[ExpCore.Ranking = require '/ranking'
|
||||||
require '/ranks'
|
require '/ranks'
|
||||||
ExpCore.Server = require '/server'
|
|
||||||
ExpCore.Gui = require '/gui'
|
ExpCore.Gui = require '/gui'
|
||||||
require '/GuiParts/inputs'
|
require '/GuiParts/inputs'
|
||||||
require '/GuiParts/toolbar'
|
require '/GuiParts/toolbar'
|
||||||
|
|||||||
Reference in New Issue
Block a user