namespace Core.Models.Enums; public enum LootRarity { Not_exist = -1, Common, Rare, Superrare }