c1_lua/lua/app/module/hero/hero_const.lua
2023-04-10 21:54:51 +08:00

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