export enum eAnimalRarityLevel { ARL_COMMON = 0, ARL_RARE = 1, ARL_LEGENDARY = 2, ARL_NUMRARITYLEVELS = 3, }