// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ClockParkGetOngoingScriptInfoScRsp.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 ClockParkGetOngoingScriptInfoScRsp.proto public static partial class ClockParkGetOngoingScriptInfoScRspReflection { #region Descriptor /// File descriptor for ClockParkGetOngoingScriptInfoScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ClockParkGetOngoingScriptInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFM", "S0JCS09KRERQRC5wcm90bxoRRUNNSUxIQ0tPTU8ucHJvdG8aEUJNTE9GUENO", "R0tOLnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj", "UnNwEhMKC0tJRUtKRUZGUEhLGAIgASgNEhEKCXNjcmlwdF9pZBgFIAEoDRIT", "CgtFSURMTEVPTEZHTRgKIAMoDRITCgtBSUdFSEhOSEtQTRgHIAEoDRITCgtD", "SE9CQU9HTUxGThgGIAEoDRIhCgtJRU5QSEVGQU5HTBgNIAEoCzIMLkxLQkJL", "T0pERFBEEhMKC09CUEZCTE5CRktJGA8gASgNEhMKC0JMSEdCRURORklCGAMg", "ASgNEiEKC01KRE9HUEJPSklQGA4gASgLMgwuQk1MT0ZQQ05HS04SJQoPcm9n", "dWVfYnVmZl9pbmZvGAkgASgLMgwuRUNNSUxIQ0tPTU8SDwoHcmV0Y29kZRgL", "IAEoDRITCgtDTUdLRU9MQ0JJUBgBIAEoCUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LKBBKOJDDPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp), global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp.Parser, new[]{ "KIEKJEFFPHK", "ScriptId", "EIDLLEOLFGM", "AIGEHHNHKPM", "CHOBAOGMLFN", "IENPHEFANGL", "OBPFBLNBFKI", "BLHGBEDNFIB", "MJDOGPBOJIP", "RogueBuffInfo", "Retcode", "CMGKEOLCBIP" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ClockParkGetOngoingScriptInfoScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ClockParkGetOngoingScriptInfoScRsp()); 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.ClockParkGetOngoingScriptInfoScRspReflection.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 ClockParkGetOngoingScriptInfoScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClockParkGetOngoingScriptInfoScRsp(ClockParkGetOngoingScriptInfoScRsp other) : this() { kIEKJEFFPHK_ = other.kIEKJEFFPHK_; scriptId_ = other.scriptId_; eIDLLEOLFGM_ = other.eIDLLEOLFGM_.Clone(); aIGEHHNHKPM_ = other.aIGEHHNHKPM_; cHOBAOGMLFN_ = other.cHOBAOGMLFN_; iENPHEFANGL_ = other.iENPHEFANGL_ != null ? other.iENPHEFANGL_.Clone() : null; oBPFBLNBFKI_ = other.oBPFBLNBFKI_; bLHGBEDNFIB_ = other.bLHGBEDNFIB_; mJDOGPBOJIP_ = other.mJDOGPBOJIP_ != null ? other.mJDOGPBOJIP_.Clone() : null; rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null; retcode_ = other.retcode_; cMGKEOLCBIP_ = other.cMGKEOLCBIP_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClockParkGetOngoingScriptInfoScRsp Clone() { return new ClockParkGetOngoingScriptInfoScRsp(this); } /// Field number for the "KIEKJEFFPHK" field. public const int KIEKJEFFPHKFieldNumber = 2; private uint kIEKJEFFPHK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KIEKJEFFPHK { get { return kIEKJEFFPHK_; } set { kIEKJEFFPHK_ = value; } } /// Field number for the "script_id" field. public const int ScriptIdFieldNumber = 5; private uint scriptId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ScriptId { get { return scriptId_; } set { scriptId_ = value; } } /// Field number for the "EIDLLEOLFGM" field. public const int EIDLLEOLFGMFieldNumber = 10; private static readonly pb::FieldCodec _repeated_eIDLLEOLFGM_codec = pb::FieldCodec.ForUInt32(82); private readonly pbc::RepeatedField eIDLLEOLFGM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField EIDLLEOLFGM { get { return eIDLLEOLFGM_; } } /// Field number for the "AIGEHHNHKPM" field. public const int AIGEHHNHKPMFieldNumber = 7; private uint aIGEHHNHKPM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AIGEHHNHKPM { get { return aIGEHHNHKPM_; } set { aIGEHHNHKPM_ = value; } } /// Field number for the "CHOBAOGMLFN" field. public const int CHOBAOGMLFNFieldNumber = 6; private uint cHOBAOGMLFN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CHOBAOGMLFN { get { return cHOBAOGMLFN_; } set { cHOBAOGMLFN_ = value; } } /// Field number for the "IENPHEFANGL" field. public const int IENPHEFANGLFieldNumber = 13; private global::EggLink.DanhengServer.Proto.LKBBKOJDDPD iENPHEFANGL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LKBBKOJDDPD IENPHEFANGL { get { return iENPHEFANGL_; } set { iENPHEFANGL_ = value; } } /// Field number for the "OBPFBLNBFKI" field. public const int OBPFBLNBFKIFieldNumber = 15; private uint oBPFBLNBFKI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint OBPFBLNBFKI { get { return oBPFBLNBFKI_; } set { oBPFBLNBFKI_ = value; } } /// Field number for the "BLHGBEDNFIB" field. public const int BLHGBEDNFIBFieldNumber = 3; private uint bLHGBEDNFIB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BLHGBEDNFIB { get { return bLHGBEDNFIB_; } set { bLHGBEDNFIB_ = value; } } /// Field number for the "MJDOGPBOJIP" field. public const int MJDOGPBOJIPFieldNumber = 14; private global::EggLink.DanhengServer.Proto.BMLOFPCNGKN mJDOGPBOJIP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BMLOFPCNGKN MJDOGPBOJIP { get { return mJDOGPBOJIP_; } set { mJDOGPBOJIP_ = value; } } /// Field number for the "rogue_buff_info" field. public const int RogueBuffInfoFieldNumber = 9; private global::EggLink.DanhengServer.Proto.ECMILHCKOMO rogueBuffInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ECMILHCKOMO RogueBuffInfo { get { return rogueBuffInfo_; } set { rogueBuffInfo_ = value; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 11; 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 "CMGKEOLCBIP" field. public const int CMGKEOLCBIPFieldNumber = 1; private string cMGKEOLCBIP_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string CMGKEOLCBIP { get { return cMGKEOLCBIP_; } set { cMGKEOLCBIP_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ClockParkGetOngoingScriptInfoScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ClockParkGetOngoingScriptInfoScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (KIEKJEFFPHK != other.KIEKJEFFPHK) return false; if (ScriptId != other.ScriptId) return false; if(!eIDLLEOLFGM_.Equals(other.eIDLLEOLFGM_)) return false; if (AIGEHHNHKPM != other.AIGEHHNHKPM) return false; if (CHOBAOGMLFN != other.CHOBAOGMLFN) return false; if (!object.Equals(IENPHEFANGL, other.IENPHEFANGL)) return false; if (OBPFBLNBFKI != other.OBPFBLNBFKI) return false; if (BLHGBEDNFIB != other.BLHGBEDNFIB) return false; if (!object.Equals(MJDOGPBOJIP, other.MJDOGPBOJIP)) return false; if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false; if (Retcode != other.Retcode) return false; if (CMGKEOLCBIP != other.CMGKEOLCBIP) 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 (KIEKJEFFPHK != 0) hash ^= KIEKJEFFPHK.GetHashCode(); if (ScriptId != 0) hash ^= ScriptId.GetHashCode(); hash ^= eIDLLEOLFGM_.GetHashCode(); if (AIGEHHNHKPM != 0) hash ^= AIGEHHNHKPM.GetHashCode(); if (CHOBAOGMLFN != 0) hash ^= CHOBAOGMLFN.GetHashCode(); if (iENPHEFANGL_ != null) hash ^= IENPHEFANGL.GetHashCode(); if (OBPFBLNBFKI != 0) hash ^= OBPFBLNBFKI.GetHashCode(); if (BLHGBEDNFIB != 0) hash ^= BLHGBEDNFIB.GetHashCode(); if (mJDOGPBOJIP_ != null) hash ^= MJDOGPBOJIP.GetHashCode(); if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (CMGKEOLCBIP.Length != 0) hash ^= CMGKEOLCBIP.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 if (CMGKEOLCBIP.Length != 0) { output.WriteRawTag(10); output.WriteString(CMGKEOLCBIP); } if (KIEKJEFFPHK != 0) { output.WriteRawTag(16); output.WriteUInt32(KIEKJEFFPHK); } if (BLHGBEDNFIB != 0) { output.WriteRawTag(24); output.WriteUInt32(BLHGBEDNFIB); } if (ScriptId != 0) { output.WriteRawTag(40); output.WriteUInt32(ScriptId); } if (CHOBAOGMLFN != 0) { output.WriteRawTag(48); output.WriteUInt32(CHOBAOGMLFN); } if (AIGEHHNHKPM != 0) { output.WriteRawTag(56); output.WriteUInt32(AIGEHHNHKPM); } if (rogueBuffInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(RogueBuffInfo); } eIDLLEOLFGM_.WriteTo(output, _repeated_eIDLLEOLFGM_codec); if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } if (iENPHEFANGL_ != null) { output.WriteRawTag(106); output.WriteMessage(IENPHEFANGL); } if (mJDOGPBOJIP_ != null) { output.WriteRawTag(114); output.WriteMessage(MJDOGPBOJIP); } if (OBPFBLNBFKI != 0) { output.WriteRawTag(120); output.WriteUInt32(OBPFBLNBFKI); } 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 (CMGKEOLCBIP.Length != 0) { output.WriteRawTag(10); output.WriteString(CMGKEOLCBIP); } if (KIEKJEFFPHK != 0) { output.WriteRawTag(16); output.WriteUInt32(KIEKJEFFPHK); } if (BLHGBEDNFIB != 0) { output.WriteRawTag(24); output.WriteUInt32(BLHGBEDNFIB); } if (ScriptId != 0) { output.WriteRawTag(40); output.WriteUInt32(ScriptId); } if (CHOBAOGMLFN != 0) { output.WriteRawTag(48); output.WriteUInt32(CHOBAOGMLFN); } if (AIGEHHNHKPM != 0) { output.WriteRawTag(56); output.WriteUInt32(AIGEHHNHKPM); } if (rogueBuffInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(RogueBuffInfo); } eIDLLEOLFGM_.WriteTo(ref output, _repeated_eIDLLEOLFGM_codec); if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } if (iENPHEFANGL_ != null) { output.WriteRawTag(106); output.WriteMessage(IENPHEFANGL); } if (mJDOGPBOJIP_ != null) { output.WriteRawTag(114); output.WriteMessage(MJDOGPBOJIP); } if (OBPFBLNBFKI != 0) { output.WriteRawTag(120); output.WriteUInt32(OBPFBLNBFKI); } 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 (KIEKJEFFPHK != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIEKJEFFPHK); } if (ScriptId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId); } size += eIDLLEOLFGM_.CalculateSize(_repeated_eIDLLEOLFGM_codec); if (AIGEHHNHKPM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIGEHHNHKPM); } if (CHOBAOGMLFN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHOBAOGMLFN); } if (iENPHEFANGL_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IENPHEFANGL); } if (OBPFBLNBFKI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBPFBLNBFKI); } if (BLHGBEDNFIB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BLHGBEDNFIB); } if (mJDOGPBOJIP_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MJDOGPBOJIP); } if (rogueBuffInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (CMGKEOLCBIP.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(CMGKEOLCBIP); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ClockParkGetOngoingScriptInfoScRsp other) { if (other == null) { return; } if (other.KIEKJEFFPHK != 0) { KIEKJEFFPHK = other.KIEKJEFFPHK; } if (other.ScriptId != 0) { ScriptId = other.ScriptId; } eIDLLEOLFGM_.Add(other.eIDLLEOLFGM_); if (other.AIGEHHNHKPM != 0) { AIGEHHNHKPM = other.AIGEHHNHKPM; } if (other.CHOBAOGMLFN != 0) { CHOBAOGMLFN = other.CHOBAOGMLFN; } if (other.iENPHEFANGL_ != null) { if (iENPHEFANGL_ == null) { IENPHEFANGL = new global::EggLink.DanhengServer.Proto.LKBBKOJDDPD(); } IENPHEFANGL.MergeFrom(other.IENPHEFANGL); } if (other.OBPFBLNBFKI != 0) { OBPFBLNBFKI = other.OBPFBLNBFKI; } if (other.BLHGBEDNFIB != 0) { BLHGBEDNFIB = other.BLHGBEDNFIB; } if (other.mJDOGPBOJIP_ != null) { if (mJDOGPBOJIP_ == null) { MJDOGPBOJIP = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); } MJDOGPBOJIP.MergeFrom(other.MJDOGPBOJIP); } if (other.rogueBuffInfo_ != null) { if (rogueBuffInfo_ == null) { RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO(); } RogueBuffInfo.MergeFrom(other.RogueBuffInfo); } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.CMGKEOLCBIP.Length != 0) { CMGKEOLCBIP = other.CMGKEOLCBIP; } _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: { CMGKEOLCBIP = input.ReadString(); break; } case 16: { KIEKJEFFPHK = input.ReadUInt32(); break; } case 24: { BLHGBEDNFIB = input.ReadUInt32(); break; } case 40: { ScriptId = input.ReadUInt32(); break; } case 48: { CHOBAOGMLFN = input.ReadUInt32(); break; } case 56: { AIGEHHNHKPM = input.ReadUInt32(); break; } case 74: { if (rogueBuffInfo_ == null) { RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO(); } input.ReadMessage(RogueBuffInfo); break; } case 82: case 80: { eIDLLEOLFGM_.AddEntriesFrom(input, _repeated_eIDLLEOLFGM_codec); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 106: { if (iENPHEFANGL_ == null) { IENPHEFANGL = new global::EggLink.DanhengServer.Proto.LKBBKOJDDPD(); } input.ReadMessage(IENPHEFANGL); break; } case 114: { if (mJDOGPBOJIP_ == null) { MJDOGPBOJIP = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); } input.ReadMessage(MJDOGPBOJIP); break; } case 120: { OBPFBLNBFKI = 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: { CMGKEOLCBIP = input.ReadString(); break; } case 16: { KIEKJEFFPHK = input.ReadUInt32(); break; } case 24: { BLHGBEDNFIB = input.ReadUInt32(); break; } case 40: { ScriptId = input.ReadUInt32(); break; } case 48: { CHOBAOGMLFN = input.ReadUInt32(); break; } case 56: { AIGEHHNHKPM = input.ReadUInt32(); break; } case 74: { if (rogueBuffInfo_ == null) { RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO(); } input.ReadMessage(RogueBuffInfo); break; } case 82: case 80: { eIDLLEOLFGM_.AddEntriesFrom(ref input, _repeated_eIDLLEOLFGM_codec); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 106: { if (iENPHEFANGL_ == null) { IENPHEFANGL = new global::EggLink.DanhengServer.Proto.LKBBKOJDDPD(); } input.ReadMessage(IENPHEFANGL); break; } case 114: { if (mJDOGPBOJIP_ == null) { MJDOGPBOJIP = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); } input.ReadMessage(MJDOGPBOJIP); break; } case 120: { OBPFBLNBFKI = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code