Added Module: FactorioStdLib

This commit is contained in:
Cooldude2606
2018-05-29 22:00:25 +01:00
parent 0ec7bb919e
commit 3939b13759
31 changed files with 1013 additions and 533 deletions

View File

@@ -2,4 +2,9 @@
-- @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',
}