Files
DanhengServer-OpenSource/Proto/ClockParkHandleWaitOperationCsReq.cs
2024-10-26 22:27:53 +08:00

641 lines
24 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClockParkHandleWaitOperationCsReq.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from ClockParkHandleWaitOperationCsReq.proto</summary>
public static partial class ClockParkHandleWaitOperationCsReqReflection {
#region Descriptor
/// <summary>File descriptor for ClockParkHandleWaitOperationCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ClockParkHandleWaitOperationCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUNB",
"SFBCUEVFUEdCLnByb3RvGhFMTUNCTkJPTU5LSy5wcm90bxoRS0ZKSkFHQUlD",
"REUucHJvdG8aEUFDSklDQ05LQ0xLLnByb3RvGhFEQklBQ0JEQ1BIRS5wcm90",
"bxoRQUpCRkpPRUlNRE0ucHJvdG8aEU1CSFBIRUlKUE1HLnByb3RvItUCCiFD",
"bG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXESEQoJc2NyaXB0X2lk",
"GAggASgNEhMKC0hJQUdFSU5MQUhMGAwgASgNEiEKC0RCSEFGTEJQT0RBGA0g",
"ASgLMgwuTE1DQk5CT01OS0sSIQoLRU1KRURKRkVGSEoYCSABKAsyDC5DQUhQ",
"QlBFRVBHQhIhCgtPTk1QQ0hMRERHQRgKIAEoCzIMLkFKQkZKT0VJTURNEiEK",
"C0VOQ0xMT0RNRUpIGAUgASgLMgwuQUNKSUNDTktDTEsSIQoLTUhFR0pLT0ZP",
"TEIYDiABKAsyDC5NQkhQSEVJSlBNRxIhCgtLRUtNS0JGSEVFRBgDIAEoCzIM",
"LktGSkpBR0FJQ0RFEiEKC0ZIQk9DSERJTkFCGAQgASgLMgwuREJJQUNCRENQ",
"SEUSEwoLRk1QREZGQUdLRk8YAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CAHPBPEEPGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMCBNBOMNKKReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFJJAGAICDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ACJICCNKCLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DBIACBDCPHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJBFJOEIMDMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBHPHEIJPMGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq.Parser, new[]{ "ScriptId", "HIAGEINLAHL", "DBHAFLBPODA", "EMJEDJFEFHJ", "ONMPCHLDDGA", "ENCLLODMEJH", "MHEGJKOFOLB", "KEKMKBFHEED", "FHBOCHDINAB", "FMPDFFAGKFO" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClockParkHandleWaitOperationCsReq : pb::IMessage<ClockParkHandleWaitOperationCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ClockParkHandleWaitOperationCsReq> _parser = new pb::MessageParser<ClockParkHandleWaitOperationCsReq>(() => new ClockParkHandleWaitOperationCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ClockParkHandleWaitOperationCsReq> 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.ClockParkHandleWaitOperationCsReqReflection.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 ClockParkHandleWaitOperationCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationCsReq(ClockParkHandleWaitOperationCsReq other) : this() {
scriptId_ = other.scriptId_;
hIAGEINLAHL_ = other.hIAGEINLAHL_;
dBHAFLBPODA_ = other.dBHAFLBPODA_ != null ? other.dBHAFLBPODA_.Clone() : null;
eMJEDJFEFHJ_ = other.eMJEDJFEFHJ_ != null ? other.eMJEDJFEFHJ_.Clone() : null;
oNMPCHLDDGA_ = other.oNMPCHLDDGA_ != null ? other.oNMPCHLDDGA_.Clone() : null;
eNCLLODMEJH_ = other.eNCLLODMEJH_ != null ? other.eNCLLODMEJH_.Clone() : null;
mHEGJKOFOLB_ = other.mHEGJKOFOLB_ != null ? other.mHEGJKOFOLB_.Clone() : null;
kEKMKBFHEED_ = other.kEKMKBFHEED_ != null ? other.kEKMKBFHEED_.Clone() : null;
fHBOCHDINAB_ = other.fHBOCHDINAB_ != null ? other.fHBOCHDINAB_.Clone() : null;
fMPDFFAGKFO_ = other.fMPDFFAGKFO_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationCsReq Clone() {
return new ClockParkHandleWaitOperationCsReq(this);
}
/// <summary>Field number for the "script_id" field.</summary>
public const int ScriptIdFieldNumber = 8;
private uint scriptId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScriptId {
get { return scriptId_; }
set {
scriptId_ = value;
}
}
/// <summary>Field number for the "HIAGEINLAHL" field.</summary>
public const int HIAGEINLAHLFieldNumber = 12;
private uint hIAGEINLAHL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HIAGEINLAHL {
get { return hIAGEINLAHL_; }
set {
hIAGEINLAHL_ = value;
}
}
/// <summary>Field number for the "DBHAFLBPODA" field.</summary>
public const int DBHAFLBPODAFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.LMCBNBOMNKK dBHAFLBPODA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LMCBNBOMNKK DBHAFLBPODA {
get { return dBHAFLBPODA_; }
set {
dBHAFLBPODA_ = value;
}
}
/// <summary>Field number for the "EMJEDJFEFHJ" field.</summary>
public const int EMJEDJFEFHJFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.CAHPBPEEPGB eMJEDJFEFHJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CAHPBPEEPGB EMJEDJFEFHJ {
get { return eMJEDJFEFHJ_; }
set {
eMJEDJFEFHJ_ = value;
}
}
/// <summary>Field number for the "ONMPCHLDDGA" field.</summary>
public const int ONMPCHLDDGAFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.AJBFJOEIMDM oNMPCHLDDGA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.AJBFJOEIMDM ONMPCHLDDGA {
get { return oNMPCHLDDGA_; }
set {
oNMPCHLDDGA_ = value;
}
}
/// <summary>Field number for the "ENCLLODMEJH" field.</summary>
public const int ENCLLODMEJHFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.ACJICCNKCLK eNCLLODMEJH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ACJICCNKCLK ENCLLODMEJH {
get { return eNCLLODMEJH_; }
set {
eNCLLODMEJH_ = value;
}
}
/// <summary>Field number for the "MHEGJKOFOLB" field.</summary>
public const int MHEGJKOFOLBFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.MBHPHEIJPMG mHEGJKOFOLB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MBHPHEIJPMG MHEGJKOFOLB {
get { return mHEGJKOFOLB_; }
set {
mHEGJKOFOLB_ = value;
}
}
/// <summary>Field number for the "KEKMKBFHEED" field.</summary>
public const int KEKMKBFHEEDFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.KFJJAGAICDE kEKMKBFHEED_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KFJJAGAICDE KEKMKBFHEED {
get { return kEKMKBFHEED_; }
set {
kEKMKBFHEED_ = value;
}
}
/// <summary>Field number for the "FHBOCHDINAB" field.</summary>
public const int FHBOCHDINABFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.DBIACBDCPHE fHBOCHDINAB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DBIACBDCPHE FHBOCHDINAB {
get { return fHBOCHDINAB_; }
set {
fHBOCHDINAB_ = value;
}
}
/// <summary>Field number for the "FMPDFFAGKFO" field.</summary>
public const int FMPDFFAGKFOFieldNumber = 2;
private uint fMPDFFAGKFO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMPDFFAGKFO {
get { return fMPDFFAGKFO_; }
set {
fMPDFFAGKFO_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ClockParkHandleWaitOperationCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ClockParkHandleWaitOperationCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ScriptId != other.ScriptId) return false;
if (HIAGEINLAHL != other.HIAGEINLAHL) return false;
if (!object.Equals(DBHAFLBPODA, other.DBHAFLBPODA)) return false;
if (!object.Equals(EMJEDJFEFHJ, other.EMJEDJFEFHJ)) return false;
if (!object.Equals(ONMPCHLDDGA, other.ONMPCHLDDGA)) return false;
if (!object.Equals(ENCLLODMEJH, other.ENCLLODMEJH)) return false;
if (!object.Equals(MHEGJKOFOLB, other.MHEGJKOFOLB)) return false;
if (!object.Equals(KEKMKBFHEED, other.KEKMKBFHEED)) return false;
if (!object.Equals(FHBOCHDINAB, other.FHBOCHDINAB)) return false;
if (FMPDFFAGKFO != other.FMPDFFAGKFO) 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 (ScriptId != 0) hash ^= ScriptId.GetHashCode();
if (HIAGEINLAHL != 0) hash ^= HIAGEINLAHL.GetHashCode();
if (dBHAFLBPODA_ != null) hash ^= DBHAFLBPODA.GetHashCode();
if (eMJEDJFEFHJ_ != null) hash ^= EMJEDJFEFHJ.GetHashCode();
if (oNMPCHLDDGA_ != null) hash ^= ONMPCHLDDGA.GetHashCode();
if (eNCLLODMEJH_ != null) hash ^= ENCLLODMEJH.GetHashCode();
if (mHEGJKOFOLB_ != null) hash ^= MHEGJKOFOLB.GetHashCode();
if (kEKMKBFHEED_ != null) hash ^= KEKMKBFHEED.GetHashCode();
if (fHBOCHDINAB_ != null) hash ^= FHBOCHDINAB.GetHashCode();
if (FMPDFFAGKFO != 0) hash ^= FMPDFFAGKFO.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 (FMPDFFAGKFO != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FMPDFFAGKFO);
}
if (kEKMKBFHEED_ != null) {
output.WriteRawTag(26);
output.WriteMessage(KEKMKBFHEED);
}
if (fHBOCHDINAB_ != null) {
output.WriteRawTag(34);
output.WriteMessage(FHBOCHDINAB);
}
if (eNCLLODMEJH_ != null) {
output.WriteRawTag(42);
output.WriteMessage(ENCLLODMEJH);
}
if (ScriptId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ScriptId);
}
if (eMJEDJFEFHJ_ != null) {
output.WriteRawTag(74);
output.WriteMessage(EMJEDJFEFHJ);
}
if (oNMPCHLDDGA_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ONMPCHLDDGA);
}
if (HIAGEINLAHL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(HIAGEINLAHL);
}
if (dBHAFLBPODA_ != null) {
output.WriteRawTag(106);
output.WriteMessage(DBHAFLBPODA);
}
if (mHEGJKOFOLB_ != null) {
output.WriteRawTag(114);
output.WriteMessage(MHEGJKOFOLB);
}
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 (FMPDFFAGKFO != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FMPDFFAGKFO);
}
if (kEKMKBFHEED_ != null) {
output.WriteRawTag(26);
output.WriteMessage(KEKMKBFHEED);
}
if (fHBOCHDINAB_ != null) {
output.WriteRawTag(34);
output.WriteMessage(FHBOCHDINAB);
}
if (eNCLLODMEJH_ != null) {
output.WriteRawTag(42);
output.WriteMessage(ENCLLODMEJH);
}
if (ScriptId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ScriptId);
}
if (eMJEDJFEFHJ_ != null) {
output.WriteRawTag(74);
output.WriteMessage(EMJEDJFEFHJ);
}
if (oNMPCHLDDGA_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ONMPCHLDDGA);
}
if (HIAGEINLAHL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(HIAGEINLAHL);
}
if (dBHAFLBPODA_ != null) {
output.WriteRawTag(106);
output.WriteMessage(DBHAFLBPODA);
}
if (mHEGJKOFOLB_ != null) {
output.WriteRawTag(114);
output.WriteMessage(MHEGJKOFOLB);
}
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 (ScriptId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId);
}
if (HIAGEINLAHL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HIAGEINLAHL);
}
if (dBHAFLBPODA_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DBHAFLBPODA);
}
if (eMJEDJFEFHJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EMJEDJFEFHJ);
}
if (oNMPCHLDDGA_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ONMPCHLDDGA);
}
if (eNCLLODMEJH_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ENCLLODMEJH);
}
if (mHEGJKOFOLB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(MHEGJKOFOLB);
}
if (kEKMKBFHEED_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KEKMKBFHEED);
}
if (fHBOCHDINAB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FHBOCHDINAB);
}
if (FMPDFFAGKFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPDFFAGKFO);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ClockParkHandleWaitOperationCsReq other) {
if (other == null) {
return;
}
if (other.ScriptId != 0) {
ScriptId = other.ScriptId;
}
if (other.HIAGEINLAHL != 0) {
HIAGEINLAHL = other.HIAGEINLAHL;
}
if (other.dBHAFLBPODA_ != null) {
if (dBHAFLBPODA_ == null) {
DBHAFLBPODA = new global::EggLink.DanhengServer.Proto.LMCBNBOMNKK();
}
DBHAFLBPODA.MergeFrom(other.DBHAFLBPODA);
}
if (other.eMJEDJFEFHJ_ != null) {
if (eMJEDJFEFHJ_ == null) {
EMJEDJFEFHJ = new global::EggLink.DanhengServer.Proto.CAHPBPEEPGB();
}
EMJEDJFEFHJ.MergeFrom(other.EMJEDJFEFHJ);
}
if (other.oNMPCHLDDGA_ != null) {
if (oNMPCHLDDGA_ == null) {
ONMPCHLDDGA = new global::EggLink.DanhengServer.Proto.AJBFJOEIMDM();
}
ONMPCHLDDGA.MergeFrom(other.ONMPCHLDDGA);
}
if (other.eNCLLODMEJH_ != null) {
if (eNCLLODMEJH_ == null) {
ENCLLODMEJH = new global::EggLink.DanhengServer.Proto.ACJICCNKCLK();
}
ENCLLODMEJH.MergeFrom(other.ENCLLODMEJH);
}
if (other.mHEGJKOFOLB_ != null) {
if (mHEGJKOFOLB_ == null) {
MHEGJKOFOLB = new global::EggLink.DanhengServer.Proto.MBHPHEIJPMG();
}
MHEGJKOFOLB.MergeFrom(other.MHEGJKOFOLB);
}
if (other.kEKMKBFHEED_ != null) {
if (kEKMKBFHEED_ == null) {
KEKMKBFHEED = new global::EggLink.DanhengServer.Proto.KFJJAGAICDE();
}
KEKMKBFHEED.MergeFrom(other.KEKMKBFHEED);
}
if (other.fHBOCHDINAB_ != null) {
if (fHBOCHDINAB_ == null) {
FHBOCHDINAB = new global::EggLink.DanhengServer.Proto.DBIACBDCPHE();
}
FHBOCHDINAB.MergeFrom(other.FHBOCHDINAB);
}
if (other.FMPDFFAGKFO != 0) {
FMPDFFAGKFO = other.FMPDFFAGKFO;
}
_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 16: {
FMPDFFAGKFO = input.ReadUInt32();
break;
}
case 26: {
if (kEKMKBFHEED_ == null) {
KEKMKBFHEED = new global::EggLink.DanhengServer.Proto.KFJJAGAICDE();
}
input.ReadMessage(KEKMKBFHEED);
break;
}
case 34: {
if (fHBOCHDINAB_ == null) {
FHBOCHDINAB = new global::EggLink.DanhengServer.Proto.DBIACBDCPHE();
}
input.ReadMessage(FHBOCHDINAB);
break;
}
case 42: {
if (eNCLLODMEJH_ == null) {
ENCLLODMEJH = new global::EggLink.DanhengServer.Proto.ACJICCNKCLK();
}
input.ReadMessage(ENCLLODMEJH);
break;
}
case 64: {
ScriptId = input.ReadUInt32();
break;
}
case 74: {
if (eMJEDJFEFHJ_ == null) {
EMJEDJFEFHJ = new global::EggLink.DanhengServer.Proto.CAHPBPEEPGB();
}
input.ReadMessage(EMJEDJFEFHJ);
break;
}
case 82: {
if (oNMPCHLDDGA_ == null) {
ONMPCHLDDGA = new global::EggLink.DanhengServer.Proto.AJBFJOEIMDM();
}
input.ReadMessage(ONMPCHLDDGA);
break;
}
case 96: {
HIAGEINLAHL = input.ReadUInt32();
break;
}
case 106: {
if (dBHAFLBPODA_ == null) {
DBHAFLBPODA = new global::EggLink.DanhengServer.Proto.LMCBNBOMNKK();
}
input.ReadMessage(DBHAFLBPODA);
break;
}
case 114: {
if (mHEGJKOFOLB_ == null) {
MHEGJKOFOLB = new global::EggLink.DanhengServer.Proto.MBHPHEIJPMG();
}
input.ReadMessage(MHEGJKOFOLB);
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 16: {
FMPDFFAGKFO = input.ReadUInt32();
break;
}
case 26: {
if (kEKMKBFHEED_ == null) {
KEKMKBFHEED = new global::EggLink.DanhengServer.Proto.KFJJAGAICDE();
}
input.ReadMessage(KEKMKBFHEED);
break;
}
case 34: {
if (fHBOCHDINAB_ == null) {
FHBOCHDINAB = new global::EggLink.DanhengServer.Proto.DBIACBDCPHE();
}
input.ReadMessage(FHBOCHDINAB);
break;
}
case 42: {
if (eNCLLODMEJH_ == null) {
ENCLLODMEJH = new global::EggLink.DanhengServer.Proto.ACJICCNKCLK();
}
input.ReadMessage(ENCLLODMEJH);
break;
}
case 64: {
ScriptId = input.ReadUInt32();
break;
}
case 74: {
if (eMJEDJFEFHJ_ == null) {
EMJEDJFEFHJ = new global::EggLink.DanhengServer.Proto.CAHPBPEEPGB();
}
input.ReadMessage(EMJEDJFEFHJ);
break;
}
case 82: {
if (oNMPCHLDDGA_ == null) {
ONMPCHLDDGA = new global::EggLink.DanhengServer.Proto.AJBFJOEIMDM();
}
input.ReadMessage(ONMPCHLDDGA);
break;
}
case 96: {
HIAGEINLAHL = input.ReadUInt32();
break;
}
case 106: {
if (dBHAFLBPODA_ == null) {
DBHAFLBPODA = new global::EggLink.DanhengServer.Proto.LMCBNBOMNKK();
}
input.ReadMessage(DBHAFLBPODA);
break;
}
case 114: {
if (mHEGJKOFOLB_ == null) {
MHEGJKOFOLB = new global::EggLink.DanhengServer.Proto.MBHPHEIJPMG();
}
input.ReadMessage(MHEGJKOFOLB);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code