Example #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            hash ^= GameObjectList.GetHashCode();
            hash ^= tasks_.GetHashCode();
            hash ^= Scores.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }