Files
DanhengServer-OpenSource/Proto/AlleyPlacingGameScRsp.cs
2025-09-27 13:58:04 +08:00

497 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AlleyPlacingGameScRsp.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 AlleyPlacingGameScRsp.proto</summary>
public static partial class AlleyPlacingGameScRspReflection {
#region Descriptor
/// <summary>File descriptor for AlleyPlacingGameScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static AlleyPlacingGameScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtBbGxleVBsYWNpbmdHYW1lU2NSc3AucHJvdG8iuAEKFUFsbGV5UGxhY2lu",
"Z0dhbWVTY1JzcBITCgtLRkJPS0xIREpEQRgNIAEoDRIQCghldmVudF9pZBgM",
"IAEoDRIPCgdyZXRjb2RlGAYgASgNEhMKC0lMRUdGS0dDTU9NGAcgASgNEhMK",
"C0VMQkJBTkRESkNJGAsgASgNEhMKC0tPRklDS0xMSk5JGAggASgNEhMKC1BH",
"TEdCTEtLSURBGAQgASgNEhMKC0tISUJCR1BIRE1CGA4gASgNQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AlleyPlacingGameScRsp), global::EggLink.DanhengServer.Proto.AlleyPlacingGameScRsp.Parser, new[]{ "KFBOKLHDJDA", "EventId", "Retcode", "ILEGFKGCMOM", "ELBBANDDJCI", "KOFICKLLJNI", "PGLGBLKKIDA", "KHIBBGPHDMB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AlleyPlacingGameScRsp : pb::IMessage<AlleyPlacingGameScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<AlleyPlacingGameScRsp> _parser = new pb::MessageParser<AlleyPlacingGameScRsp>(() => new AlleyPlacingGameScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<AlleyPlacingGameScRsp> 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.AlleyPlacingGameScRspReflection.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 AlleyPlacingGameScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AlleyPlacingGameScRsp(AlleyPlacingGameScRsp other) : this() {
kFBOKLHDJDA_ = other.kFBOKLHDJDA_;
eventId_ = other.eventId_;
retcode_ = other.retcode_;
iLEGFKGCMOM_ = other.iLEGFKGCMOM_;
eLBBANDDJCI_ = other.eLBBANDDJCI_;
kOFICKLLJNI_ = other.kOFICKLLJNI_;
pGLGBLKKIDA_ = other.pGLGBLKKIDA_;
kHIBBGPHDMB_ = other.kHIBBGPHDMB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AlleyPlacingGameScRsp Clone() {
return new AlleyPlacingGameScRsp(this);
}
/// <summary>Field number for the "KFBOKLHDJDA" field.</summary>
public const int KFBOKLHDJDAFieldNumber = 13;
private uint kFBOKLHDJDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KFBOKLHDJDA {
get { return kFBOKLHDJDA_; }
set {
kFBOKLHDJDA_ = value;
}
}
/// <summary>Field number for the "event_id" field.</summary>
public const int EventIdFieldNumber = 12;
private uint eventId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EventId {
get { return eventId_; }
set {
eventId_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "ILEGFKGCMOM" field.</summary>
public const int ILEGFKGCMOMFieldNumber = 7;
private uint iLEGFKGCMOM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ILEGFKGCMOM {
get { return iLEGFKGCMOM_; }
set {
iLEGFKGCMOM_ = value;
}
}
/// <summary>Field number for the "ELBBANDDJCI" field.</summary>
public const int ELBBANDDJCIFieldNumber = 11;
private uint eLBBANDDJCI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ELBBANDDJCI {
get { return eLBBANDDJCI_; }
set {
eLBBANDDJCI_ = value;
}
}
/// <summary>Field number for the "KOFICKLLJNI" field.</summary>
public const int KOFICKLLJNIFieldNumber = 8;
private uint kOFICKLLJNI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KOFICKLLJNI {
get { return kOFICKLLJNI_; }
set {
kOFICKLLJNI_ = value;
}
}
/// <summary>Field number for the "PGLGBLKKIDA" field.</summary>
public const int PGLGBLKKIDAFieldNumber = 4;
private uint pGLGBLKKIDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PGLGBLKKIDA {
get { return pGLGBLKKIDA_; }
set {
pGLGBLKKIDA_ = value;
}
}
/// <summary>Field number for the "KHIBBGPHDMB" field.</summary>
public const int KHIBBGPHDMBFieldNumber = 14;
private uint kHIBBGPHDMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KHIBBGPHDMB {
get { return kHIBBGPHDMB_; }
set {
kHIBBGPHDMB_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as AlleyPlacingGameScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(AlleyPlacingGameScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (KFBOKLHDJDA != other.KFBOKLHDJDA) return false;
if (EventId != other.EventId) return false;
if (Retcode != other.Retcode) return false;
if (ILEGFKGCMOM != other.ILEGFKGCMOM) return false;
if (ELBBANDDJCI != other.ELBBANDDJCI) return false;
if (KOFICKLLJNI != other.KOFICKLLJNI) return false;
if (PGLGBLKKIDA != other.PGLGBLKKIDA) return false;
if (KHIBBGPHDMB != other.KHIBBGPHDMB) 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 (KFBOKLHDJDA != 0) hash ^= KFBOKLHDJDA.GetHashCode();
if (EventId != 0) hash ^= EventId.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (ILEGFKGCMOM != 0) hash ^= ILEGFKGCMOM.GetHashCode();
if (ELBBANDDJCI != 0) hash ^= ELBBANDDJCI.GetHashCode();
if (KOFICKLLJNI != 0) hash ^= KOFICKLLJNI.GetHashCode();
if (PGLGBLKKIDA != 0) hash ^= PGLGBLKKIDA.GetHashCode();
if (KHIBBGPHDMB != 0) hash ^= KHIBBGPHDMB.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 (PGLGBLKKIDA != 0) {
output.WriteRawTag(32);
output.WriteUInt32(PGLGBLKKIDA);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (ILEGFKGCMOM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ILEGFKGCMOM);
}
if (KOFICKLLJNI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(KOFICKLLJNI);
}
if (ELBBANDDJCI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ELBBANDDJCI);
}
if (EventId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EventId);
}
if (KFBOKLHDJDA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KFBOKLHDJDA);
}
if (KHIBBGPHDMB != 0) {
output.WriteRawTag(112);
output.WriteUInt32(KHIBBGPHDMB);
}
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 (PGLGBLKKIDA != 0) {
output.WriteRawTag(32);
output.WriteUInt32(PGLGBLKKIDA);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (ILEGFKGCMOM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ILEGFKGCMOM);
}
if (KOFICKLLJNI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(KOFICKLLJNI);
}
if (ELBBANDDJCI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ELBBANDDJCI);
}
if (EventId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EventId);
}
if (KFBOKLHDJDA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KFBOKLHDJDA);
}
if (KHIBBGPHDMB != 0) {
output.WriteRawTag(112);
output.WriteUInt32(KHIBBGPHDMB);
}
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 (KFBOKLHDJDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KFBOKLHDJDA);
}
if (EventId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (ILEGFKGCMOM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ILEGFKGCMOM);
}
if (ELBBANDDJCI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ELBBANDDJCI);
}
if (KOFICKLLJNI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOFICKLLJNI);
}
if (PGLGBLKKIDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PGLGBLKKIDA);
}
if (KHIBBGPHDMB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHIBBGPHDMB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(AlleyPlacingGameScRsp other) {
if (other == null) {
return;
}
if (other.KFBOKLHDJDA != 0) {
KFBOKLHDJDA = other.KFBOKLHDJDA;
}
if (other.EventId != 0) {
EventId = other.EventId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.ILEGFKGCMOM != 0) {
ILEGFKGCMOM = other.ILEGFKGCMOM;
}
if (other.ELBBANDDJCI != 0) {
ELBBANDDJCI = other.ELBBANDDJCI;
}
if (other.KOFICKLLJNI != 0) {
KOFICKLLJNI = other.KOFICKLLJNI;
}
if (other.PGLGBLKKIDA != 0) {
PGLGBLKKIDA = other.PGLGBLKKIDA;
}
if (other.KHIBBGPHDMB != 0) {
KHIBBGPHDMB = other.KHIBBGPHDMB;
}
_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 32: {
PGLGBLKKIDA = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
ILEGFKGCMOM = input.ReadUInt32();
break;
}
case 64: {
KOFICKLLJNI = input.ReadUInt32();
break;
}
case 88: {
ELBBANDDJCI = input.ReadUInt32();
break;
}
case 96: {
EventId = input.ReadUInt32();
break;
}
case 104: {
KFBOKLHDJDA = input.ReadUInt32();
break;
}
case 112: {
KHIBBGPHDMB = 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 32: {
PGLGBLKKIDA = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
ILEGFKGCMOM = input.ReadUInt32();
break;
}
case 64: {
KOFICKLLJNI = input.ReadUInt32();
break;
}
case 88: {
ELBBANDDJCI = input.ReadUInt32();
break;
}
case 96: {
EventId = input.ReadUInt32();
break;
}
case 104: {
KFBOKLHDJDA = input.ReadUInt32();
break;
}
case 112: {
KHIBBGPHDMB = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code