12 lines
162 B
Lua
12 lines
162 B
Lua
local HeroConst = {}
|
|
|
|
HeroConst.MATCH_ICON_NAME = {
|
|
[1] = "match_1",
|
|
[2] = "match_2",
|
|
[3] = "match_3",
|
|
[4] = "match_4",
|
|
[5] = "match_5",
|
|
}
|
|
|
|
|
|
return HeroConst |