mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
16 lines
650 B
Lua
16 lines
650 B
Lua
-- not_luadoc=true
|
|
--- Used to index the files to be loaded
|
|
return {
|
|
['GlobalLib-ExpGamingLib']='./modules/ExpGamingLib',
|
|
['commands']='./modules/ExpGamingCore/Commands',
|
|
['Gui']='./modules/ExpGamingCore/Gui',
|
|
['Ranking']='./modules/ExpGamingCore/Ranking',
|
|
['Server']='./modules/ExpGamingCore/Server',
|
|
['Sync']='./modules/ExpGamingCore/Sync',
|
|
['mod_gui']='./modules/FactorioModGui',
|
|
['Color']='./modules/FactorioStdLib/Color',
|
|
['Game']='./modules/FactorioStdLib/Game',
|
|
['string']='./modules/FactorioStdLib/String',
|
|
['table']='./modules/FactorioStdLib/Table',
|
|
['Time']='./modules/FactorioStdLib/Time',
|
|
} |