2023-05-16 18:17:05 +08:00

42 lines
259 B
Lua

local hero = {
[12001]={
},
[13001]={
},
[13002]={
},
[24001]={
},
[22001]={
},
[23001]={
},
[24001]={
},
[32001]={
},
[33001]={
},
[42001]={
},
[44001]={
},
[52001]={
}
}
local config = {
data=hero,count=12
}
return config