mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Few minnor chagnes while messing with FSM
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
-- 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',
|
||||
['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',
|
||||
}
|
||||
Reference in New Issue
Block a user