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

            if (Type != 0)
            {
                hash ^= Type.GetHashCode();
            }
            if (QuestTemplateId.Length != 0)
            {
                hash ^= QuestTemplateId.GetHashCode();
            }
            if (level_ != null)
            {
                hash ^= Level.GetHashCode();
            }
            if (medal_ != null)
            {
                hash ^= Medal.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (Type != 0)
            {
                hash ^= Type.GetHashCode();
            }
            if (Exp != 0)
            {
                hash ^= Exp.GetHashCode();
            }
            if (item_ != null)
            {
                hash ^= Item.GetHashCode();
            }
            if (Stardust != 0)
            {
                hash ^= Stardust.GetHashCode();
            }
            if (candy_ != null)
            {
                hash ^= Candy.GetHashCode();
            }
            if (AvatarTemplateId.Length != 0)
            {
                hash ^= AvatarTemplateId.GetHashCode();
            }
            if (QuestTemplateId.Length != 0)
            {
                hash ^= QuestTemplateId.GetHashCode();
            }
            if (pokemonEncounter_ != null)
            {
                hash ^= PokemonEncounter.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }