public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                    break;

                case 10: {
                    ProfessionGmtId = input.ReadString();
                    break;
                }

                case 16: {
                    NumProfessionNodeLevels = input.ReadInt32();
                    break;
                }

                case 24: {
                    ComparisonOperator = (global::WUProtos.Enums.ComparisonOperator)input.ReadEnum();
                    break;
                }
                }
            }
        }
 public void MergeFrom(PlayerAccountAgeRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.AccountAgeInSeconds != 0L)
     {
         AccountAgeInSeconds = other.AccountAgeInSeconds;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Example #3
0
 public void MergeFrom(DateRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.EpochDateInSeconds != 0L)
     {
         EpochDateInSeconds = other.EpochDateInSeconds;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Example #4
0
 public void MergeFrom(AccountCreationDateRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.AccountCreationDate != 0L)
     {
         AccountCreationDate = other.AccountCreationDate;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
 public void MergeFrom(ProfessionTotalNodeLevelRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.ProfessionGmtId.Length != 0)
     {
         ProfessionGmtId = other.ProfessionGmtId;
     }
     if (other.NumProfessionNodeLevels != 0)
     {
         NumProfessionNodeLevels = other.NumProfessionNodeLevels;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Example #6
0
 public void MergeFrom(CollectionPageLevelRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.PageGmtId.Length != 0)
     {
         PageGmtId = other.PageGmtId;
     }
     if (other.Level != 0)
     {
         Level = other.Level;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
 public void MergeFrom(ProfessionRankPointsRequirement other)
 {
     if (other == null)
     {
         return;
     }
     if (other.ProfessionGmtId.Length != 0)
     {
         ProfessionGmtId = other.ProfessionGmtId;
     }
     if (other.RankPoints != 0)
     {
         RankPoints = other.RankPoints;
     }
     if (other.ComparisonOperator != 0)
     {
         ComparisonOperator = other.ComparisonOperator;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                    break;

                case 8: {
                    AccountAgeInSeconds = input.ReadInt64();
                    break;
                }

                case 16: {
                    ComparisonOperator = (global::WUProtos.Enums.ComparisonOperator)input.ReadEnum();
                    break;
                }
                }
            }
        }