2023-04-07 20:50:11 +08:00

30 lines
162 B
Lua

local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config