c1_lua/lua/app/config/strings/pt/chapter.lua
xiekaidong 5309687502 果冻
2023-05-19 20:44:38 +08:00

42 lines
220 B
Lua

local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
}
}
local config = {
data=chapter,count=12
}
return config