2023-04-10 17:56:15 +08:00

30 lines
194 B
Lua

local hero = {
[12001]={
},
[22001]={
},
[32001]={
},
[42001]={
},
[52001]={
},
[23001]={
},
[33001]={
},
[43001]={
}
}
local config = {
data=hero,count=8
}
return config