public override int GetHashCode() { int hash = 1; if (CauldronId != 0L) { hash ^= CauldronId.GetHashCode(); } hash ^= gesture_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (CauldronId != 0L) { hash ^= CauldronId.GetHashCode(); } if (TimeItemGmtId.Length != 0) { hash ^= TimeItemGmtId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (RecipeGmtId.Length != 0) { hash ^= RecipeGmtId.GetHashCode(); } if (CauldronId != 0L) { hash ^= CauldronId.GetHashCode(); } if (ingredientsToPurchase_ != null) { hash ^= IngredientsToPurchase.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (CauldronId != 0L) { hash ^= CauldronId.GetHashCode(); } if (CauldronSlot != 0) { hash ^= CauldronSlot.GetHashCode(); } if (requestedRewards_ != null) { hash ^= RequestedRewards.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (PotionNameId.Length != 0) { hash ^= PotionNameId.GetHashCode(); } if (CauldronId.Length != 0) { hash ^= CauldronId.GetHashCode(); } if (MasterNoteId.Length != 0) { hash ^= MasterNoteId.GetHashCode(); } if (GestureCount != 0) { hash ^= GestureCount.GetHashCode(); } hash ^= gestureSteps_.GetHashCode(); if (MasterNoteStart != false) { hash ^= MasterNoteStart.GetHashCode(); } if (GestureAttemptStep != 0) { hash ^= GestureAttemptStep.GetHashCode(); } if (GestureSuccess != false) { hash ^= GestureSuccess.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (TemplateId.Length != 0) { hash ^= TemplateId.GetHashCode(); } if (CauldronId != 0L) { hash ^= CauldronId.GetHashCode(); } if (AvailabilityTime != 0L) { hash ^= AvailabilityTime.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }