mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
10 lines
353 B
Lua
10 lines
353 B
Lua
--- 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',
|
|
} |