mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Added Module: ExpGamingCore
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
--- Used to index the files to be loaded
|
||||
-- @script index.lua
|
||||
return {
|
||||
['ExpLib']='/modules/ExpGamingLib/control',
|
||||
['Game']='/modules/FactorioStdLib/game',
|
||||
['Time']='/modules/FactorioStdLib/time',
|
||||
['Color']='/modules/FactorioStdLib/color',
|
||||
['table']='/modules/FactorioStdLib/table',
|
||||
['string']='/modules/FactorioStdLib/string',
|
||||
['mod_gui']='/modules/FactorioModGui',
|
||||
['ExpLib']='/modules/ExpGamingLib',
|
||||
['Game']='/modules/FactorioStdLib/Game',
|
||||
['Time']='/modules/FactorioStdLib/Time',
|
||||
['Color']='/modules/FactorioStdLib/Color',
|
||||
['table']='/modules/FactorioStdLib/Table',
|
||||
['string']='/modules/FactorioStdLib/String',
|
||||
['Ranking']='/modules/ExpGamingCore/Ranking',
|
||||
['commands']='/modules/ExpGamingCore/Commands',
|
||||
['Gui']='/modules/ExpGamingCore/Gui',
|
||||
['Server']='/modules/ExpGamingCore/Server',
|
||||
['Sync']='/modules/ExpGamingCore/Sync',
|
||||
}
|
||||
Reference in New Issue
Block a user