public override int GetHashCode()
        {
            int hash = 1;

            if (BuffGmtId.Length != 0)
            {
                hash ^= BuffGmtId.GetHashCode();
            }
            if (prerequisite_ != null)
            {
                hash ^= Prerequisite.GetHashCode();
            }
            if (cost_ != null)
            {
                hash ^= Cost.GetHashCode();
            }
            hash ^= mapAbilities_.GetHashCode();
            if (RankPoints != 0)
            {
                hash ^= RankPoints.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (BuffGmtId.Length != 0)
            {
                hash ^= BuffGmtId.GetHashCode();
            }
            if (Quantity != 0)
            {
                hash ^= Quantity.GetHashCode();
            }
            if (EncounterId.Length != 0)
            {
                hash ^= EncounterId.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }