// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetMuseumInfoScRsp.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 GetMuseumInfoScRsp.proto public static partial class GetMuseumInfoScRspReflection { #region Descriptor /// File descriptor for GetMuseumInfoScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetMuseumInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhHZXRNdXNldW1JbmZvU2NSc3AucHJvdG8aEUpOQkNQTkNOT0hPLnByb3Rv", "GhFPTEtNTEZFRUZDSi5wcm90bxoRSk1FQU9DUEZFT0wucHJvdG8aEURPTEdG", "TkxIRUFFLnByb3RvItsCChJHZXRNdXNldW1JbmZvU2NSc3ASEAoIY3VyX2Z1", "bmQYBSABKA0SDwoHcmV0Y29kZRgJIAEoDRITCgtKQkpMRFBQREJCQxgMIAEo", "DRITCgtLTkRNRFBFRkFEQxgOIAMoDRIfCglhcmVhX2xpc3QYASADKAsyDC5K", "TUVBT0NQRkVPTBITCgtLTkRKQVBOUEFQSxgNIAMoDRIhCgtKUElCTUJCS0dO", "RBgDIAEoCzIMLkRPTEdGTkxIRUFFEhMKC0hQTk1QRE9DSk1BGA8gASgNEhMK", "C0VKS0dIQkVNT09CGAsgASgNEiEKC0VLS09MQ0NDTk5LGAYgASgLMgwuSk5C", "Q1BOQ05PSE8SIQoLQk9KTU5BRkRKS0gYByADKAsyDC5PTEtNTEZFRUZDShIN", "CgVsZXZlbBgKIAEoDRITCgtFSk5LTUtGRkNDTBgEIAEoDRILCgNleHAYCCAB", "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JNBCPNCNOHOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMEAOCPFEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOLGFNLHEAEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMuseumInfoScRsp), global::EggLink.DanhengServer.Proto.GetMuseumInfoScRsp.Parser, new[]{ "CurFund", "Retcode", "JBJLDPPDBBC", "KNDMDPEFADC", "AreaList", "KNDJAPNPAPK", "JPIBMBBKGND", "HPNMPDOCJMA", "EJKGHBEMOOB", "EKKOLCCCNNK", "BOJMNAFDJKH", "Level", "EJNKMKFFCCL", "Exp" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetMuseumInfoScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetMuseumInfoScRsp()); 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.GetMuseumInfoScRspReflection.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 GetMuseumInfoScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetMuseumInfoScRsp(GetMuseumInfoScRsp other) : this() { curFund_ = other.curFund_; retcode_ = other.retcode_; jBJLDPPDBBC_ = other.jBJLDPPDBBC_; kNDMDPEFADC_ = other.kNDMDPEFADC_.Clone(); areaList_ = other.areaList_.Clone(); kNDJAPNPAPK_ = other.kNDJAPNPAPK_.Clone(); jPIBMBBKGND_ = other.jPIBMBBKGND_ != null ? other.jPIBMBBKGND_.Clone() : null; hPNMPDOCJMA_ = other.hPNMPDOCJMA_; eJKGHBEMOOB_ = other.eJKGHBEMOOB_; eKKOLCCCNNK_ = other.eKKOLCCCNNK_ != null ? other.eKKOLCCCNNK_.Clone() : null; bOJMNAFDJKH_ = other.bOJMNAFDJKH_.Clone(); level_ = other.level_; eJNKMKFFCCL_ = other.eJNKMKFFCCL_; exp_ = other.exp_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetMuseumInfoScRsp Clone() { return new GetMuseumInfoScRsp(this); } /// Field number for the "cur_fund" field. public const int CurFundFieldNumber = 5; private uint curFund_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurFund { get { return curFund_; } set { curFund_ = value; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 9; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "JBJLDPPDBBC" field. public const int JBJLDPPDBBCFieldNumber = 12; private uint jBJLDPPDBBC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JBJLDPPDBBC { get { return jBJLDPPDBBC_; } set { jBJLDPPDBBC_ = value; } } /// Field number for the "KNDMDPEFADC" field. public const int KNDMDPEFADCFieldNumber = 14; private static readonly pb::FieldCodec _repeated_kNDMDPEFADC_codec = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField kNDMDPEFADC_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KNDMDPEFADC { get { return kNDMDPEFADC_; } } /// Field number for the "area_list" field. public const int AreaListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_areaList_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.JMEAOCPFEOL.Parser); private readonly pbc::RepeatedField areaList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AreaList { get { return areaList_; } } /// Field number for the "KNDJAPNPAPK" field. public const int KNDJAPNPAPKFieldNumber = 13; private static readonly pb::FieldCodec _repeated_kNDJAPNPAPK_codec = pb::FieldCodec.ForUInt32(106); private readonly pbc::RepeatedField kNDJAPNPAPK_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KNDJAPNPAPK { get { return kNDJAPNPAPK_; } } /// Field number for the "JPIBMBBKGND" field. public const int JPIBMBBKGNDFieldNumber = 3; private global::EggLink.DanhengServer.Proto.DOLGFNLHEAE jPIBMBBKGND_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DOLGFNLHEAE JPIBMBBKGND { get { return jPIBMBBKGND_; } set { jPIBMBBKGND_ = value; } } /// Field number for the "HPNMPDOCJMA" field. public const int HPNMPDOCJMAFieldNumber = 15; private uint hPNMPDOCJMA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HPNMPDOCJMA { get { return hPNMPDOCJMA_; } set { hPNMPDOCJMA_ = value; } } /// Field number for the "EJKGHBEMOOB" field. public const int EJKGHBEMOOBFieldNumber = 11; private uint eJKGHBEMOOB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EJKGHBEMOOB { get { return eJKGHBEMOOB_; } set { eJKGHBEMOOB_ = value; } } /// Field number for the "EKKOLCCCNNK" field. public const int EKKOLCCCNNKFieldNumber = 6; private global::EggLink.DanhengServer.Proto.JNBCPNCNOHO eKKOLCCCNNK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JNBCPNCNOHO EKKOLCCCNNK { get { return eKKOLCCCNNK_; } set { eKKOLCCCNNK_ = value; } } /// Field number for the "BOJMNAFDJKH" field. public const int BOJMNAFDJKHFieldNumber = 7; private static readonly pb::FieldCodec _repeated_bOJMNAFDJKH_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJ.Parser); private readonly pbc::RepeatedField bOJMNAFDJKH_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BOJMNAFDJKH { get { return bOJMNAFDJKH_; } } /// Field number for the "level" field. public const int LevelFieldNumber = 10; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Level { get { return level_; } set { level_ = value; } } /// Field number for the "EJNKMKFFCCL" field. public const int EJNKMKFFCCLFieldNumber = 4; private uint eJNKMKFFCCL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EJNKMKFFCCL { get { return eJNKMKFFCCL_; } set { eJNKMKFFCCL_ = value; } } /// Field number for the "exp" field. public const int ExpFieldNumber = 8; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Exp { get { return exp_; } set { exp_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetMuseumInfoScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetMuseumInfoScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CurFund != other.CurFund) return false; if (Retcode != other.Retcode) return false; if (JBJLDPPDBBC != other.JBJLDPPDBBC) return false; if(!kNDMDPEFADC_.Equals(other.kNDMDPEFADC_)) return false; if(!areaList_.Equals(other.areaList_)) return false; if(!kNDJAPNPAPK_.Equals(other.kNDJAPNPAPK_)) return false; if (!object.Equals(JPIBMBBKGND, other.JPIBMBBKGND)) return false; if (HPNMPDOCJMA != other.HPNMPDOCJMA) return false; if (EJKGHBEMOOB != other.EJKGHBEMOOB) return false; if (!object.Equals(EKKOLCCCNNK, other.EKKOLCCCNNK)) return false; if(!bOJMNAFDJKH_.Equals(other.bOJMNAFDJKH_)) return false; if (Level != other.Level) return false; if (EJNKMKFFCCL != other.EJNKMKFFCCL) return false; if (Exp != other.Exp) 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 (CurFund != 0) hash ^= CurFund.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (JBJLDPPDBBC != 0) hash ^= JBJLDPPDBBC.GetHashCode(); hash ^= kNDMDPEFADC_.GetHashCode(); hash ^= areaList_.GetHashCode(); hash ^= kNDJAPNPAPK_.GetHashCode(); if (jPIBMBBKGND_ != null) hash ^= JPIBMBBKGND.GetHashCode(); if (HPNMPDOCJMA != 0) hash ^= HPNMPDOCJMA.GetHashCode(); if (EJKGHBEMOOB != 0) hash ^= EJKGHBEMOOB.GetHashCode(); if (eKKOLCCCNNK_ != null) hash ^= EKKOLCCCNNK.GetHashCode(); hash ^= bOJMNAFDJKH_.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (EJNKMKFFCCL != 0) hash ^= EJNKMKFFCCL.GetHashCode(); if (Exp != 0) hash ^= Exp.GetHashCode(); 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 areaList_.WriteTo(output, _repeated_areaList_codec); if (jPIBMBBKGND_ != null) { output.WriteRawTag(26); output.WriteMessage(JPIBMBBKGND); } if (EJNKMKFFCCL != 0) { output.WriteRawTag(32); output.WriteUInt32(EJNKMKFFCCL); } if (CurFund != 0) { output.WriteRawTag(40); output.WriteUInt32(CurFund); } if (eKKOLCCCNNK_ != null) { output.WriteRawTag(50); output.WriteMessage(EKKOLCCCNNK); } bOJMNAFDJKH_.WriteTo(output, _repeated_bOJMNAFDJKH_codec); if (Exp != 0) { output.WriteRawTag(64); output.WriteUInt32(Exp); } if (Retcode != 0) { output.WriteRawTag(72); output.WriteUInt32(Retcode); } if (Level != 0) { output.WriteRawTag(80); output.WriteUInt32(Level); } if (EJKGHBEMOOB != 0) { output.WriteRawTag(88); output.WriteUInt32(EJKGHBEMOOB); } if (JBJLDPPDBBC != 0) { output.WriteRawTag(96); output.WriteUInt32(JBJLDPPDBBC); } kNDJAPNPAPK_.WriteTo(output, _repeated_kNDJAPNPAPK_codec); kNDMDPEFADC_.WriteTo(output, _repeated_kNDMDPEFADC_codec); if (HPNMPDOCJMA != 0) { output.WriteRawTag(120); output.WriteUInt32(HPNMPDOCJMA); } 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) { areaList_.WriteTo(ref output, _repeated_areaList_codec); if (jPIBMBBKGND_ != null) { output.WriteRawTag(26); output.WriteMessage(JPIBMBBKGND); } if (EJNKMKFFCCL != 0) { output.WriteRawTag(32); output.WriteUInt32(EJNKMKFFCCL); } if (CurFund != 0) { output.WriteRawTag(40); output.WriteUInt32(CurFund); } if (eKKOLCCCNNK_ != null) { output.WriteRawTag(50); output.WriteMessage(EKKOLCCCNNK); } bOJMNAFDJKH_.WriteTo(ref output, _repeated_bOJMNAFDJKH_codec); if (Exp != 0) { output.WriteRawTag(64); output.WriteUInt32(Exp); } if (Retcode != 0) { output.WriteRawTag(72); output.WriteUInt32(Retcode); } if (Level != 0) { output.WriteRawTag(80); output.WriteUInt32(Level); } if (EJKGHBEMOOB != 0) { output.WriteRawTag(88); output.WriteUInt32(EJKGHBEMOOB); } if (JBJLDPPDBBC != 0) { output.WriteRawTag(96); output.WriteUInt32(JBJLDPPDBBC); } kNDJAPNPAPK_.WriteTo(ref output, _repeated_kNDJAPNPAPK_codec); kNDMDPEFADC_.WriteTo(ref output, _repeated_kNDMDPEFADC_codec); if (HPNMPDOCJMA != 0) { output.WriteRawTag(120); output.WriteUInt32(HPNMPDOCJMA); } 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 (CurFund != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurFund); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (JBJLDPPDBBC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBJLDPPDBBC); } size += kNDMDPEFADC_.CalculateSize(_repeated_kNDMDPEFADC_codec); size += areaList_.CalculateSize(_repeated_areaList_codec); size += kNDJAPNPAPK_.CalculateSize(_repeated_kNDJAPNPAPK_codec); if (jPIBMBBKGND_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(JPIBMBBKGND); } if (HPNMPDOCJMA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HPNMPDOCJMA); } if (EJKGHBEMOOB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJKGHBEMOOB); } if (eKKOLCCCNNK_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EKKOLCCCNNK); } size += bOJMNAFDJKH_.CalculateSize(_repeated_bOJMNAFDJKH_codec); if (Level != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); } if (EJNKMKFFCCL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJNKMKFFCCL); } if (Exp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetMuseumInfoScRsp other) { if (other == null) { return; } if (other.CurFund != 0) { CurFund = other.CurFund; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.JBJLDPPDBBC != 0) { JBJLDPPDBBC = other.JBJLDPPDBBC; } kNDMDPEFADC_.Add(other.kNDMDPEFADC_); areaList_.Add(other.areaList_); kNDJAPNPAPK_.Add(other.kNDJAPNPAPK_); if (other.jPIBMBBKGND_ != null) { if (jPIBMBBKGND_ == null) { JPIBMBBKGND = new global::EggLink.DanhengServer.Proto.DOLGFNLHEAE(); } JPIBMBBKGND.MergeFrom(other.JPIBMBBKGND); } if (other.HPNMPDOCJMA != 0) { HPNMPDOCJMA = other.HPNMPDOCJMA; } if (other.EJKGHBEMOOB != 0) { EJKGHBEMOOB = other.EJKGHBEMOOB; } if (other.eKKOLCCCNNK_ != null) { if (eKKOLCCCNNK_ == null) { EKKOLCCCNNK = new global::EggLink.DanhengServer.Proto.JNBCPNCNOHO(); } EKKOLCCCNNK.MergeFrom(other.EKKOLCCCNNK); } bOJMNAFDJKH_.Add(other.bOJMNAFDJKH_); if (other.Level != 0) { Level = other.Level; } if (other.EJNKMKFFCCL != 0) { EJNKMKFFCCL = other.EJNKMKFFCCL; } if (other.Exp != 0) { Exp = other.Exp; } _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 10: { areaList_.AddEntriesFrom(input, _repeated_areaList_codec); break; } case 26: { if (jPIBMBBKGND_ == null) { JPIBMBBKGND = new global::EggLink.DanhengServer.Proto.DOLGFNLHEAE(); } input.ReadMessage(JPIBMBBKGND); break; } case 32: { EJNKMKFFCCL = input.ReadUInt32(); break; } case 40: { CurFund = input.ReadUInt32(); break; } case 50: { if (eKKOLCCCNNK_ == null) { EKKOLCCCNNK = new global::EggLink.DanhengServer.Proto.JNBCPNCNOHO(); } input.ReadMessage(EKKOLCCCNNK); break; } case 58: { bOJMNAFDJKH_.AddEntriesFrom(input, _repeated_bOJMNAFDJKH_codec); break; } case 64: { Exp = input.ReadUInt32(); break; } case 72: { Retcode = input.ReadUInt32(); break; } case 80: { Level = input.ReadUInt32(); break; } case 88: { EJKGHBEMOOB = input.ReadUInt32(); break; } case 96: { JBJLDPPDBBC = input.ReadUInt32(); break; } case 106: case 104: { kNDJAPNPAPK_.AddEntriesFrom(input, _repeated_kNDJAPNPAPK_codec); break; } case 114: case 112: { kNDMDPEFADC_.AddEntriesFrom(input, _repeated_kNDMDPEFADC_codec); break; } case 120: { HPNMPDOCJMA = input.ReadUInt32(); 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 10: { areaList_.AddEntriesFrom(ref input, _repeated_areaList_codec); break; } case 26: { if (jPIBMBBKGND_ == null) { JPIBMBBKGND = new global::EggLink.DanhengServer.Proto.DOLGFNLHEAE(); } input.ReadMessage(JPIBMBBKGND); break; } case 32: { EJNKMKFFCCL = input.ReadUInt32(); break; } case 40: { CurFund = input.ReadUInt32(); break; } case 50: { if (eKKOLCCCNNK_ == null) { EKKOLCCCNNK = new global::EggLink.DanhengServer.Proto.JNBCPNCNOHO(); } input.ReadMessage(EKKOLCCCNNK); break; } case 58: { bOJMNAFDJKH_.AddEntriesFrom(ref input, _repeated_bOJMNAFDJKH_codec); break; } case 64: { Exp = input.ReadUInt32(); break; } case 72: { Retcode = input.ReadUInt32(); break; } case 80: { Level = input.ReadUInt32(); break; } case 88: { EJKGHBEMOOB = input.ReadUInt32(); break; } case 96: { JBJLDPPDBBC = input.ReadUInt32(); break; } case 106: case 104: { kNDJAPNPAPK_.AddEntriesFrom(ref input, _repeated_kNDJAPNPAPK_codec); break; } case 114: case 112: { kNDMDPEFADC_.AddEntriesFrom(ref input, _repeated_kNDMDPEFADC_codec); break; } case 120: { HPNMPDOCJMA = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code