// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FriendDevelopmentInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { /// Holder for reflection information generated from FriendDevelopmentInfo.proto public static partial class FriendDevelopmentInfoReflection { #region Descriptor /// File descriptor for FriendDevelopmentInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FriendDevelopmentInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtGcmllbmREZXZlbG9wbWVudEluZm8ucHJvdG8aFURldmVsb3BtZW50VHlw", "ZS5wcm90bxoRTEFDRUtOS0dCTEQucHJvdG8aEU9KTkFIS1BLUENELnByb3Rv", "GhFLRkZGTEpISUZOQS5wcm90byKoAgoVRnJpZW5kRGV2ZWxvcG1lbnRJbmZv", "EgwKBHRpbWUYBSABKAMSJQoLSUxJUE5LTEdDTUIYDyABKA4yEC5EZXZlbG9w", "bWVudFR5cGUSJAoLRUdLQkFIQ0tQSUkYwg0gASgLMgwuT0pOQUhLUEtQQ0RI", "ABIkCgtGTkdDSElJS0lHThjcCiABKAsyDC5MQUNFS05LR0JMREgAEhQKCWF2", "YXRhcl9pZBjWByABKA1IABIWCgtEQ01GRUpKSkZJQRjvAiABKA1IABIWCgtC", "QkxIRkxHT0NPShiMCCABKA1IABIkCgtCUEdGRk5DSk1HRBiMBiABKAsyDC5L", "RkZGTEpISUZOQUgAEhMKCHBhbmVsX2lkGKMIIAEoDUgAQg0KC0tMTk5QUFBD", "Q0pMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.LACEKNKGBLDReflection.Descriptor, global::EggLink.DanhengServer.Proto.OJNAHKPKPCDReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFFFLJHIFNAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendDevelopmentInfo.Parser, new[]{ "Time", "ILIPNKLGCMB", "EGKBAHCKPII", "FNGCHIIKIGN", "AvatarId", "DCMFEJJJFIA", "BBLHFLGOCOJ", "BPGFFNCJMGD", "PanelId" }, new[]{ "KLNNPPPCCJL" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FriendDevelopmentInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FriendDevelopmentInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.FriendDevelopmentInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FriendDevelopmentInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FriendDevelopmentInfo(FriendDevelopmentInfo other) : this() { time_ = other.time_; iLIPNKLGCMB_ = other.iLIPNKLGCMB_; switch (other.KLNNPPPCCJLCase) { case KLNNPPPCCJLOneofCase.EGKBAHCKPII: EGKBAHCKPII = other.EGKBAHCKPII.Clone(); break; case KLNNPPPCCJLOneofCase.FNGCHIIKIGN: FNGCHIIKIGN = other.FNGCHIIKIGN.Clone(); break; case KLNNPPPCCJLOneofCase.AvatarId: AvatarId = other.AvatarId; break; case KLNNPPPCCJLOneofCase.DCMFEJJJFIA: DCMFEJJJFIA = other.DCMFEJJJFIA; break; case KLNNPPPCCJLOneofCase.BBLHFLGOCOJ: BBLHFLGOCOJ = other.BBLHFLGOCOJ; break; case KLNNPPPCCJLOneofCase.BPGFFNCJMGD: BPGFFNCJMGD = other.BPGFFNCJMGD.Clone(); break; case KLNNPPPCCJLOneofCase.PanelId: PanelId = other.PanelId; break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FriendDevelopmentInfo Clone() { return new FriendDevelopmentInfo(this); } /// Field number for the "time" field. public const int TimeFieldNumber = 5; private long time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long Time { get { return time_; } set { time_ = value; } } /// Field number for the "ILIPNKLGCMB" field. public const int ILIPNKLGCMBFieldNumber = 15; private global::EggLink.DanhengServer.Proto.DevelopmentType iLIPNKLGCMB_ = global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DevelopmentType ILIPNKLGCMB { get { return iLIPNKLGCMB_; } set { iLIPNKLGCMB_ = value; } } /// Field number for the "EGKBAHCKPII" field. public const int EGKBAHCKPIIFieldNumber = 1730; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OJNAHKPKPCD EGKBAHCKPII { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII ? (global::EggLink.DanhengServer.Proto.OJNAHKPKPCD) kLNNPPPCCJL_ : null; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = value == null ? KLNNPPPCCJLOneofCase.None : KLNNPPPCCJLOneofCase.EGKBAHCKPII; } } /// Field number for the "FNGCHIIKIGN" field. public const int FNGCHIIKIGNFieldNumber = 1372; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LACEKNKGBLD FNGCHIIKIGN { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN ? (global::EggLink.DanhengServer.Proto.LACEKNKGBLD) kLNNPPPCCJL_ : null; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = value == null ? KLNNPPPCCJLOneofCase.None : KLNNPPPCCJLOneofCase.FNGCHIIKIGN; } } /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 982; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AvatarId { get { return HasAvatarId ? (uint) kLNNPPPCCJL_ : 0; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.AvatarId; } } /// Gets whether the "avatar_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasAvatarId { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.AvatarId; } } /// Clears the value of the oneof if it's currently set to "avatar_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearAvatarId() { if (HasAvatarId) { ClearKLNNPPPCCJL(); } } /// Field number for the "DCMFEJJJFIA" field. public const int DCMFEJJJFIAFieldNumber = 367; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DCMFEJJJFIA { get { return HasDCMFEJJJFIA ? (uint) kLNNPPPCCJL_ : 0; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.DCMFEJJJFIA; } } /// Gets whether the "DCMFEJJJFIA" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDCMFEJJJFIA { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.DCMFEJJJFIA; } } /// Clears the value of the oneof if it's currently set to "DCMFEJJJFIA" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDCMFEJJJFIA() { if (HasDCMFEJJJFIA) { ClearKLNNPPPCCJL(); } } /// Field number for the "BBLHFLGOCOJ" field. public const int BBLHFLGOCOJFieldNumber = 1036; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BBLHFLGOCOJ { get { return HasBBLHFLGOCOJ ? (uint) kLNNPPPCCJL_ : 0; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.BBLHFLGOCOJ; } } /// Gets whether the "BBLHFLGOCOJ" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasBBLHFLGOCOJ { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BBLHFLGOCOJ; } } /// Clears the value of the oneof if it's currently set to "BBLHFLGOCOJ" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearBBLHFLGOCOJ() { if (HasBBLHFLGOCOJ) { ClearKLNNPPPCCJL(); } } /// Field number for the "BPGFFNCJMGD" field. public const int BPGFFNCJMGDFieldNumber = 780; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KFFFLJHIFNA BPGFFNCJMGD { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD ? (global::EggLink.DanhengServer.Proto.KFFFLJHIFNA) kLNNPPPCCJL_ : null; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = value == null ? KLNNPPPCCJLOneofCase.None : KLNNPPPCCJLOneofCase.BPGFFNCJMGD; } } /// Field number for the "panel_id" field. public const int PanelIdFieldNumber = 1059; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PanelId { get { return HasPanelId ? (uint) kLNNPPPCCJL_ : 0; } set { kLNNPPPCCJL_ = value; kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.PanelId; } } /// Gets whether the "panel_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasPanelId { get { return kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.PanelId; } } /// Clears the value of the oneof if it's currently set to "panel_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearPanelId() { if (HasPanelId) { ClearKLNNPPPCCJL(); } } private object kLNNPPPCCJL_; /// Enum of possible cases for the "KLNNPPPCCJL" oneof. public enum KLNNPPPCCJLOneofCase { None = 0, EGKBAHCKPII = 1730, FNGCHIIKIGN = 1372, AvatarId = 982, DCMFEJJJFIA = 367, BBLHFLGOCOJ = 1036, BPGFFNCJMGD = 780, PanelId = 1059, } private KLNNPPPCCJLOneofCase kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public KLNNPPPCCJLOneofCase KLNNPPPCCJLCase { get { return kLNNPPPCCJLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKLNNPPPCCJL() { kLNNPPPCCJLCase_ = KLNNPPPCCJLOneofCase.None; kLNNPPPCCJL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FriendDevelopmentInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FriendDevelopmentInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Time != other.Time) return false; if (ILIPNKLGCMB != other.ILIPNKLGCMB) return false; if (!object.Equals(EGKBAHCKPII, other.EGKBAHCKPII)) return false; if (!object.Equals(FNGCHIIKIGN, other.FNGCHIIKIGN)) return false; if (AvatarId != other.AvatarId) return false; if (DCMFEJJJFIA != other.DCMFEJJJFIA) return false; if (BBLHFLGOCOJ != other.BBLHFLGOCOJ) return false; if (!object.Equals(BPGFFNCJMGD, other.BPGFFNCJMGD)) return false; if (PanelId != other.PanelId) return false; if (KLNNPPPCCJLCase != other.KLNNPPPCCJLCase) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (Time != 0L) hash ^= Time.GetHashCode(); if (ILIPNKLGCMB != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= ILIPNKLGCMB.GetHashCode(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) hash ^= EGKBAHCKPII.GetHashCode(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) hash ^= FNGCHIIKIGN.GetHashCode(); if (HasAvatarId) hash ^= AvatarId.GetHashCode(); if (HasDCMFEJJJFIA) hash ^= DCMFEJJJFIA.GetHashCode(); if (HasBBLHFLGOCOJ) hash ^= BBLHFLGOCOJ.GetHashCode(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) hash ^= BPGFFNCJMGD.GetHashCode(); if (HasPanelId) hash ^= PanelId.GetHashCode(); hash ^= (int) kLNNPPPCCJLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (Time != 0L) { output.WriteRawTag(40); output.WriteInt64(Time); } if (ILIPNKLGCMB != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { output.WriteRawTag(120); output.WriteEnum((int) ILIPNKLGCMB); } if (HasDCMFEJJJFIA) { output.WriteRawTag(248, 22); output.WriteUInt32(DCMFEJJJFIA); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) { output.WriteRawTag(226, 48); output.WriteMessage(BPGFFNCJMGD); } if (HasAvatarId) { output.WriteRawTag(176, 61); output.WriteUInt32(AvatarId); } if (HasBBLHFLGOCOJ) { output.WriteRawTag(224, 64); output.WriteUInt32(BBLHFLGOCOJ); } if (HasPanelId) { output.WriteRawTag(152, 66); output.WriteUInt32(PanelId); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) { output.WriteRawTag(226, 85); output.WriteMessage(FNGCHIIKIGN); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) { output.WriteRawTag(146, 108); output.WriteMessage(EGKBAHCKPII); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (Time != 0L) { output.WriteRawTag(40); output.WriteInt64(Time); } if (ILIPNKLGCMB != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { output.WriteRawTag(120); output.WriteEnum((int) ILIPNKLGCMB); } if (HasDCMFEJJJFIA) { output.WriteRawTag(248, 22); output.WriteUInt32(DCMFEJJJFIA); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) { output.WriteRawTag(226, 48); output.WriteMessage(BPGFFNCJMGD); } if (HasAvatarId) { output.WriteRawTag(176, 61); output.WriteUInt32(AvatarId); } if (HasBBLHFLGOCOJ) { output.WriteRawTag(224, 64); output.WriteUInt32(BBLHFLGOCOJ); } if (HasPanelId) { output.WriteRawTag(152, 66); output.WriteUInt32(PanelId); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) { output.WriteRawTag(226, 85); output.WriteMessage(FNGCHIIKIGN); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) { output.WriteRawTag(146, 108); output.WriteMessage(EGKBAHCKPII); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (Time != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); } if (ILIPNKLGCMB != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ILIPNKLGCMB); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(EGKBAHCKPII); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(FNGCHIIKIGN); } if (HasAvatarId) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); } if (HasDCMFEJJJFIA) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DCMFEJJJFIA); } if (HasBBLHFLGOCOJ) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(BBLHFLGOCOJ); } if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BPGFFNCJMGD); } if (HasPanelId) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PanelId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FriendDevelopmentInfo other) { if (other == null) { return; } if (other.Time != 0L) { Time = other.Time; } if (other.ILIPNKLGCMB != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { ILIPNKLGCMB = other.ILIPNKLGCMB; } switch (other.KLNNPPPCCJLCase) { case KLNNPPPCCJLOneofCase.EGKBAHCKPII: if (EGKBAHCKPII == null) { EGKBAHCKPII = new global::EggLink.DanhengServer.Proto.OJNAHKPKPCD(); } EGKBAHCKPII.MergeFrom(other.EGKBAHCKPII); break; case KLNNPPPCCJLOneofCase.FNGCHIIKIGN: if (FNGCHIIKIGN == null) { FNGCHIIKIGN = new global::EggLink.DanhengServer.Proto.LACEKNKGBLD(); } FNGCHIIKIGN.MergeFrom(other.FNGCHIIKIGN); break; case KLNNPPPCCJLOneofCase.AvatarId: AvatarId = other.AvatarId; break; case KLNNPPPCCJLOneofCase.DCMFEJJJFIA: DCMFEJJJFIA = other.DCMFEJJJFIA; break; case KLNNPPPCCJLOneofCase.BBLHFLGOCOJ: BBLHFLGOCOJ = other.BBLHFLGOCOJ; break; case KLNNPPPCCJLOneofCase.BPGFFNCJMGD: if (BPGFFNCJMGD == null) { BPGFFNCJMGD = new global::EggLink.DanhengServer.Proto.KFFFLJHIFNA(); } BPGFFNCJMGD.MergeFrom(other.BPGFFNCJMGD); break; case KLNNPPPCCJLOneofCase.PanelId: PanelId = other.PanelId; break; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 40: { Time = input.ReadInt64(); break; } case 120: { ILIPNKLGCMB = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum(); break; } case 2936: { DCMFEJJJFIA = input.ReadUInt32(); break; } case 6242: { global::EggLink.DanhengServer.Proto.KFFFLJHIFNA subBuilder = new global::EggLink.DanhengServer.Proto.KFFFLJHIFNA(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) { subBuilder.MergeFrom(BPGFFNCJMGD); } input.ReadMessage(subBuilder); BPGFFNCJMGD = subBuilder; break; } case 7856: { AvatarId = input.ReadUInt32(); break; } case 8288: { BBLHFLGOCOJ = input.ReadUInt32(); break; } case 8472: { PanelId = input.ReadUInt32(); break; } case 10978: { global::EggLink.DanhengServer.Proto.LACEKNKGBLD subBuilder = new global::EggLink.DanhengServer.Proto.LACEKNKGBLD(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) { subBuilder.MergeFrom(FNGCHIIKIGN); } input.ReadMessage(subBuilder); FNGCHIIKIGN = subBuilder; break; } case 13842: { global::EggLink.DanhengServer.Proto.OJNAHKPKPCD subBuilder = new global::EggLink.DanhengServer.Proto.OJNAHKPKPCD(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) { subBuilder.MergeFrom(EGKBAHCKPII); } input.ReadMessage(subBuilder); EGKBAHCKPII = subBuilder; break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 40: { Time = input.ReadInt64(); break; } case 120: { ILIPNKLGCMB = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum(); break; } case 2936: { DCMFEJJJFIA = input.ReadUInt32(); break; } case 6242: { global::EggLink.DanhengServer.Proto.KFFFLJHIFNA subBuilder = new global::EggLink.DanhengServer.Proto.KFFFLJHIFNA(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.BPGFFNCJMGD) { subBuilder.MergeFrom(BPGFFNCJMGD); } input.ReadMessage(subBuilder); BPGFFNCJMGD = subBuilder; break; } case 7856: { AvatarId = input.ReadUInt32(); break; } case 8288: { BBLHFLGOCOJ = input.ReadUInt32(); break; } case 8472: { PanelId = input.ReadUInt32(); break; } case 10978: { global::EggLink.DanhengServer.Proto.LACEKNKGBLD subBuilder = new global::EggLink.DanhengServer.Proto.LACEKNKGBLD(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.FNGCHIIKIGN) { subBuilder.MergeFrom(FNGCHIIKIGN); } input.ReadMessage(subBuilder); FNGCHIIKIGN = subBuilder; break; } case 13842: { global::EggLink.DanhengServer.Proto.OJNAHKPKPCD subBuilder = new global::EggLink.DanhengServer.Proto.OJNAHKPKPCD(); if (kLNNPPPCCJLCase_ == KLNNPPPCCJLOneofCase.EGKBAHCKPII) { subBuilder.MergeFrom(EGKBAHCKPII); } input.ReadMessage(subBuilder); EGKBAHCKPII = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code