mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-06 00:23:49 +02:00
9 lines
270 B
Lua
9 lines
270 B
Lua
local index = {
|
|
"blkCUwDfFaRxezkA", "PEVkYcsbVwnnKWKm", "RmApKqaHBnDdjlUf", "eovuYGvdICGhruuU", "xFbpVDlWSNPmGqQf", "lktJcRqsleypbFqW", "MYmwDgcTBIOgADTD"
|
|
}
|
|
|
|
local data = {}
|
|
for _, i in pairs(index) do
|
|
table.insert(data, require ("session_data." .. i))
|
|
end
|
|
return data |