Files
DanhengServer-OpenSource/Proto/IOIJEPGMJAF.cs
2025-12-14 11:26:01 +08:00

460 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IOIJEPGMJAF.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 IOIJEPGMJAF.proto</summary>
public static partial class IOIJEPGMJAFReflection {
#region Descriptor
/// <summary>File descriptor for IOIJEPGMJAF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static IOIJEPGMJAFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFJT0lKRVBHTUpBRi5wcm90bxoRS0pKTERJTUJHTU0ucHJvdG8aEUJGRExI",
"SURDTk1GLnByb3RvGhFNRE9IQUZCRUVQSy5wcm90byLKAQoLSU9JSkVQR01K",
"QUYSEwoLSENCQkhDS0pOSkkYBiABKAUSEwoLSExPQUNKRkROR04YDiABKA0S",
"EwoLTUNPS0hIRlBCUEoYCCABKAQSIQoLSkdJQkhGSk1PQkUYAyABKA4yDC5L",
"SkpMRElNQkdNTRIhCgtNRUpETUpJS0lNTxgCIAEoCzIMLk1ET0hBRkJFRVBL",
"EhMKC0VCS1BNRU9CTlBPGAwgASgNEiEKC0NQS1BJTkNDRUlQGAsgAygLMgwu",
"QkZETEhJRENOTUZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KJJLDIMBGMMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFDLHIDCNMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IOIJEPGMJAF), global::EggLink.DanhengServer.Proto.IOIJEPGMJAF.Parser, new[]{ "HCBBHCKJNJI", "HLOACJFDNGN", "MCOKHHFPBPJ", "JGIBHFJMOBE", "MEJDMJIKIMO", "EBKPMEOBNPO", "CPKPINCCEIP" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class IOIJEPGMJAF : pb::IMessage<IOIJEPGMJAF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<IOIJEPGMJAF> _parser = new pb::MessageParser<IOIJEPGMJAF>(() => new IOIJEPGMJAF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<IOIJEPGMJAF> 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.IOIJEPGMJAFReflection.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 IOIJEPGMJAF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IOIJEPGMJAF(IOIJEPGMJAF other) : this() {
hCBBHCKJNJI_ = other.hCBBHCKJNJI_;
hLOACJFDNGN_ = other.hLOACJFDNGN_;
mCOKHHFPBPJ_ = other.mCOKHHFPBPJ_;
jGIBHFJMOBE_ = other.jGIBHFJMOBE_;
mEJDMJIKIMO_ = other.mEJDMJIKIMO_ != null ? other.mEJDMJIKIMO_.Clone() : null;
eBKPMEOBNPO_ = other.eBKPMEOBNPO_;
cPKPINCCEIP_ = other.cPKPINCCEIP_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IOIJEPGMJAF Clone() {
return new IOIJEPGMJAF(this);
}
/// <summary>Field number for the "HCBBHCKJNJI" field.</summary>
public const int HCBBHCKJNJIFieldNumber = 6;
private int hCBBHCKJNJI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int HCBBHCKJNJI {
get { return hCBBHCKJNJI_; }
set {
hCBBHCKJNJI_ = value;
}
}
/// <summary>Field number for the "HLOACJFDNGN" field.</summary>
public const int HLOACJFDNGNFieldNumber = 14;
private uint hLOACJFDNGN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HLOACJFDNGN {
get { return hLOACJFDNGN_; }
set {
hLOACJFDNGN_ = value;
}
}
/// <summary>Field number for the "MCOKHHFPBPJ" field.</summary>
public const int MCOKHHFPBPJFieldNumber = 8;
private ulong mCOKHHFPBPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong MCOKHHFPBPJ {
get { return mCOKHHFPBPJ_; }
set {
mCOKHHFPBPJ_ = value;
}
}
/// <summary>Field number for the "JGIBHFJMOBE" field.</summary>
public const int JGIBHFJMOBEFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.KJJLDIMBGMM jGIBHFJMOBE_ = global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KJJLDIMBGMM JGIBHFJMOBE {
get { return jGIBHFJMOBE_; }
set {
jGIBHFJMOBE_ = value;
}
}
/// <summary>Field number for the "MEJDMJIKIMO" field.</summary>
public const int MEJDMJIKIMOFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.MDOHAFBEEPK mEJDMJIKIMO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MDOHAFBEEPK MEJDMJIKIMO {
get { return mEJDMJIKIMO_; }
set {
mEJDMJIKIMO_ = value;
}
}
/// <summary>Field number for the "EBKPMEOBNPO" field.</summary>
public const int EBKPMEOBNPOFieldNumber = 12;
private uint eBKPMEOBNPO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EBKPMEOBNPO {
get { return eBKPMEOBNPO_; }
set {
eBKPMEOBNPO_ = value;
}
}
/// <summary>Field number for the "CPKPINCCEIP" field.</summary>
public const int CPKPINCCEIPFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BFDLHIDCNMF> _repeated_cPKPINCCEIP_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.BFDLHIDCNMF.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BFDLHIDCNMF> cPKPINCCEIP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BFDLHIDCNMF>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BFDLHIDCNMF> CPKPINCCEIP {
get { return cPKPINCCEIP_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as IOIJEPGMJAF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(IOIJEPGMJAF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HCBBHCKJNJI != other.HCBBHCKJNJI) return false;
if (HLOACJFDNGN != other.HLOACJFDNGN) return false;
if (MCOKHHFPBPJ != other.MCOKHHFPBPJ) return false;
if (JGIBHFJMOBE != other.JGIBHFJMOBE) return false;
if (!object.Equals(MEJDMJIKIMO, other.MEJDMJIKIMO)) return false;
if (EBKPMEOBNPO != other.EBKPMEOBNPO) return false;
if(!cPKPINCCEIP_.Equals(other.cPKPINCCEIP_)) 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 (HCBBHCKJNJI != 0) hash ^= HCBBHCKJNJI.GetHashCode();
if (HLOACJFDNGN != 0) hash ^= HLOACJFDNGN.GetHashCode();
if (MCOKHHFPBPJ != 0UL) hash ^= MCOKHHFPBPJ.GetHashCode();
if (JGIBHFJMOBE != global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle) hash ^= JGIBHFJMOBE.GetHashCode();
if (mEJDMJIKIMO_ != null) hash ^= MEJDMJIKIMO.GetHashCode();
if (EBKPMEOBNPO != 0) hash ^= EBKPMEOBNPO.GetHashCode();
hash ^= cPKPINCCEIP_.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 (mEJDMJIKIMO_ != null) {
output.WriteRawTag(18);
output.WriteMessage(MEJDMJIKIMO);
}
if (JGIBHFJMOBE != global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle) {
output.WriteRawTag(24);
output.WriteEnum((int) JGIBHFJMOBE);
}
if (HCBBHCKJNJI != 0) {
output.WriteRawTag(48);
output.WriteInt32(HCBBHCKJNJI);
}
if (MCOKHHFPBPJ != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(MCOKHHFPBPJ);
}
cPKPINCCEIP_.WriteTo(output, _repeated_cPKPINCCEIP_codec);
if (EBKPMEOBNPO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EBKPMEOBNPO);
}
if (HLOACJFDNGN != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HLOACJFDNGN);
}
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 (mEJDMJIKIMO_ != null) {
output.WriteRawTag(18);
output.WriteMessage(MEJDMJIKIMO);
}
if (JGIBHFJMOBE != global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle) {
output.WriteRawTag(24);
output.WriteEnum((int) JGIBHFJMOBE);
}
if (HCBBHCKJNJI != 0) {
output.WriteRawTag(48);
output.WriteInt32(HCBBHCKJNJI);
}
if (MCOKHHFPBPJ != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(MCOKHHFPBPJ);
}
cPKPINCCEIP_.WriteTo(ref output, _repeated_cPKPINCCEIP_codec);
if (EBKPMEOBNPO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EBKPMEOBNPO);
}
if (HLOACJFDNGN != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HLOACJFDNGN);
}
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 (HCBBHCKJNJI != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(HCBBHCKJNJI);
}
if (HLOACJFDNGN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLOACJFDNGN);
}
if (MCOKHHFPBPJ != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(MCOKHHFPBPJ);
}
if (JGIBHFJMOBE != global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JGIBHFJMOBE);
}
if (mEJDMJIKIMO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(MEJDMJIKIMO);
}
if (EBKPMEOBNPO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBKPMEOBNPO);
}
size += cPKPINCCEIP_.CalculateSize(_repeated_cPKPINCCEIP_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(IOIJEPGMJAF other) {
if (other == null) {
return;
}
if (other.HCBBHCKJNJI != 0) {
HCBBHCKJNJI = other.HCBBHCKJNJI;
}
if (other.HLOACJFDNGN != 0) {
HLOACJFDNGN = other.HLOACJFDNGN;
}
if (other.MCOKHHFPBPJ != 0UL) {
MCOKHHFPBPJ = other.MCOKHHFPBPJ;
}
if (other.JGIBHFJMOBE != global::EggLink.DanhengServer.Proto.KJJLDIMBGMM.Match3SoloStateIdle) {
JGIBHFJMOBE = other.JGIBHFJMOBE;
}
if (other.mEJDMJIKIMO_ != null) {
if (mEJDMJIKIMO_ == null) {
MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
MEJDMJIKIMO.MergeFrom(other.MEJDMJIKIMO);
}
if (other.EBKPMEOBNPO != 0) {
EBKPMEOBNPO = other.EBKPMEOBNPO;
}
cPKPINCCEIP_.Add(other.cPKPINCCEIP_);
_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 18: {
if (mEJDMJIKIMO_ == null) {
MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
input.ReadMessage(MEJDMJIKIMO);
break;
}
case 24: {
JGIBHFJMOBE = (global::EggLink.DanhengServer.Proto.KJJLDIMBGMM) input.ReadEnum();
break;
}
case 48: {
HCBBHCKJNJI = input.ReadInt32();
break;
}
case 64: {
MCOKHHFPBPJ = input.ReadUInt64();
break;
}
case 90: {
cPKPINCCEIP_.AddEntriesFrom(input, _repeated_cPKPINCCEIP_codec);
break;
}
case 96: {
EBKPMEOBNPO = input.ReadUInt32();
break;
}
case 112: {
HLOACJFDNGN = 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 18: {
if (mEJDMJIKIMO_ == null) {
MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
input.ReadMessage(MEJDMJIKIMO);
break;
}
case 24: {
JGIBHFJMOBE = (global::EggLink.DanhengServer.Proto.KJJLDIMBGMM) input.ReadEnum();
break;
}
case 48: {
HCBBHCKJNJI = input.ReadInt32();
break;
}
case 64: {
MCOKHHFPBPJ = input.ReadUInt64();
break;
}
case 90: {
cPKPINCCEIP_.AddEntriesFrom(ref input, _repeated_cPKPINCCEIP_codec);
break;
}
case 96: {
EBKPMEOBNPO = input.ReadUInt32();
break;
}
case 112: {
HLOACJFDNGN = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code