mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
17 lines
643 B
Lua
17 lines
643 B
Lua
-- not_luadoc=true
|
|
--- Used to index the files to be loaded
|
|
-- @script index.lua
|
|
return {
|
|
['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',
|
|
} |