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