c1_lua/lua/app/config/strings/th/collection.lua
2023-04-03 10:59:13 +08:00

96 lines
480 B
Lua

local collection = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[101]={
},
[102]={
},
[103]={
},
[104]={
},
[105]={
},
[106]={
},
[107]={
},
[108]={
},
[109]={
},
[110]={
},
[201]={
},
[202]={
},
[203]={
},
[204]={
},
[205]={
},
[206]={
},
[207]={
},
[208]={
},
[209]={
},
[210]={
}
}
local config = {
data=collection,count=30
}
return config