Files
factorio-scenario-ExpCluster/modules/index.lua
2018-06-17 23:15:25 +01:00

10 lines
368 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',
}