9 lines
111 B
Lua
9 lines
111 B
Lua
local CollectionConst = {}
|
|
|
|
CollectionConst.TYPE = {
|
|
HERO = 1,
|
|
SKIN = 2,
|
|
PET = 3,
|
|
}
|
|
|
|
return CollectionConst |