Files
DanhengServer-OpenSource/Proto/ClockParkHandleWaitOperationScRsp.cs
2024-12-07 17:06:07 +08:00

434 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClockParkHandleWaitOperationScRsp.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 ClockParkHandleWaitOperationScRsp.proto</summary>
public static partial class ClockParkHandleWaitOperationScRspReflection {
#region Descriptor
/// <summary>File descriptor for ClockParkHandleWaitOperationScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ClockParkHandleWaitOperationScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uU2NSc3AucHJvdG8aGUNs",
"b2NrUGFya1BsYXlTdGF0dXMucHJvdG8aFVNjZW5lQmF0dGxlSW5mby5wcm90",
"byLFAQohQ2xvY2tQYXJrSGFuZGxlV2FpdE9wZXJhdGlvblNjUnNwEhMKC0tI",
"QlBFSURESUZEGAQgASgNEikKC0FLQkRGRVBBTklNGAcgASgOMhQuQ2xvY2tQ",
"YXJrUGxheVN0YXR1cxITCgtDTFBESkpPQ0lDSBgPIAEoDRIPCgdyZXRjb2Rl",
"GAYgASgNEiUKC2JhdHRsZV9pbmZvGAogASgLMhAuU2NlbmVCYXR0bGVJbmZv",
"EhMKC0VNQ0pOT0ZJTEtQGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
"ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClockParkPlayStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp.Parser, new[]{ "KHBPEIDDIFD", "AKBDFEPANIM", "CLPDJJOCICH", "Retcode", "BattleInfo", "EMCJNOFILKP" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClockParkHandleWaitOperationScRsp : pb::IMessage<ClockParkHandleWaitOperationScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ClockParkHandleWaitOperationScRsp> _parser = new pb::MessageParser<ClockParkHandleWaitOperationScRsp>(() => new ClockParkHandleWaitOperationScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ClockParkHandleWaitOperationScRsp> 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.ClockParkHandleWaitOperationScRspReflection.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 ClockParkHandleWaitOperationScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationScRsp(ClockParkHandleWaitOperationScRsp other) : this() {
kHBPEIDDIFD_ = other.kHBPEIDDIFD_;
aKBDFEPANIM_ = other.aKBDFEPANIM_;
cLPDJJOCICH_ = other.cLPDJJOCICH_;
retcode_ = other.retcode_;
battleInfo_ = other.battleInfo_ != null ? other.battleInfo_.Clone() : null;
eMCJNOFILKP_ = other.eMCJNOFILKP_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationScRsp Clone() {
return new ClockParkHandleWaitOperationScRsp(this);
}
/// <summary>Field number for the "KHBPEIDDIFD" field.</summary>
public const int KHBPEIDDIFDFieldNumber = 4;
private uint kHBPEIDDIFD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KHBPEIDDIFD {
get { return kHBPEIDDIFD_; }
set {
kHBPEIDDIFD_ = value;
}
}
/// <summary>Field number for the "AKBDFEPANIM" field.</summary>
public const int AKBDFEPANIMFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.ClockParkPlayStatus aKBDFEPANIM_ = global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ClockParkPlayStatus AKBDFEPANIM {
get { return aKBDFEPANIM_; }
set {
aKBDFEPANIM_ = value;
}
}
/// <summary>Field number for the "CLPDJJOCICH" field.</summary>
public const int CLPDJJOCICHFieldNumber = 15;
private uint cLPDJJOCICH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CLPDJJOCICH {
get { return cLPDJJOCICH_; }
set {
cLPDJJOCICH_ = 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 "battle_info" field.</summary>
public const int BattleInfoFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.SceneBattleInfo battleInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.SceneBattleInfo BattleInfo {
get { return battleInfo_; }
set {
battleInfo_ = value;
}
}
/// <summary>Field number for the "EMCJNOFILKP" field.</summary>
public const int EMCJNOFILKPFieldNumber = 9;
private uint eMCJNOFILKP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EMCJNOFILKP {
get { return eMCJNOFILKP_; }
set {
eMCJNOFILKP_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ClockParkHandleWaitOperationScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ClockParkHandleWaitOperationScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (KHBPEIDDIFD != other.KHBPEIDDIFD) return false;
if (AKBDFEPANIM != other.AKBDFEPANIM) return false;
if (CLPDJJOCICH != other.CLPDJJOCICH) return false;
if (Retcode != other.Retcode) return false;
if (!object.Equals(BattleInfo, other.BattleInfo)) return false;
if (EMCJNOFILKP != other.EMCJNOFILKP) 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 (KHBPEIDDIFD != 0) hash ^= KHBPEIDDIFD.GetHashCode();
if (AKBDFEPANIM != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) hash ^= AKBDFEPANIM.GetHashCode();
if (CLPDJJOCICH != 0) hash ^= CLPDJJOCICH.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (battleInfo_ != null) hash ^= BattleInfo.GetHashCode();
if (EMCJNOFILKP != 0) hash ^= EMCJNOFILKP.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 (KHBPEIDDIFD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(KHBPEIDDIFD);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (AKBDFEPANIM != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
output.WriteRawTag(56);
output.WriteEnum((int) AKBDFEPANIM);
}
if (EMCJNOFILKP != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EMCJNOFILKP);
}
if (battleInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(BattleInfo);
}
if (CLPDJJOCICH != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CLPDJJOCICH);
}
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 (KHBPEIDDIFD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(KHBPEIDDIFD);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (AKBDFEPANIM != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
output.WriteRawTag(56);
output.WriteEnum((int) AKBDFEPANIM);
}
if (EMCJNOFILKP != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EMCJNOFILKP);
}
if (battleInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(BattleInfo);
}
if (CLPDJJOCICH != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CLPDJJOCICH);
}
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 (KHBPEIDDIFD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHBPEIDDIFD);
}
if (AKBDFEPANIM != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AKBDFEPANIM);
}
if (CLPDJJOCICH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CLPDJJOCICH);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (battleInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleInfo);
}
if (EMCJNOFILKP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EMCJNOFILKP);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ClockParkHandleWaitOperationScRsp other) {
if (other == null) {
return;
}
if (other.KHBPEIDDIFD != 0) {
KHBPEIDDIFD = other.KHBPEIDDIFD;
}
if (other.AKBDFEPANIM != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
AKBDFEPANIM = other.AKBDFEPANIM;
}
if (other.CLPDJJOCICH != 0) {
CLPDJJOCICH = other.CLPDJJOCICH;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.battleInfo_ != null) {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
BattleInfo.MergeFrom(other.BattleInfo);
}
if (other.EMCJNOFILKP != 0) {
EMCJNOFILKP = other.EMCJNOFILKP;
}
_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: {
KHBPEIDDIFD = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
AKBDFEPANIM = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum();
break;
}
case 72: {
EMCJNOFILKP = input.ReadUInt32();
break;
}
case 82: {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
input.ReadMessage(BattleInfo);
break;
}
case 120: {
CLPDJJOCICH = 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: {
KHBPEIDDIFD = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
AKBDFEPANIM = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum();
break;
}
case 72: {
EMCJNOFILKP = input.ReadUInt32();
break;
}
case 82: {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
input.ReadMessage(BattleInfo);
break;
}
case 120: {
CLPDJJOCICH = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code