mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
10 lines
368 B
Lua
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',
|
|
} |