c1_lua/lua/app/module/collection/collection_const.lua
2023-07-14 17:07:03 +08:00

9 lines
111 B
Lua

local CollectionConst = {}
CollectionConst.TYPE = {
HERO = 1,
SKIN = 2,
PET = 3,
}
return CollectionConst