Files
DanhengServer-OpenSource/Proto/PunkLordBattleResultScNotify.cs
2025-11-29 21:57:27 +08:00

405 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PunkLordBattleResultScNotify.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 PunkLordBattleResultScNotify.proto</summary>
public static partial class PunkLordBattleResultScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for PunkLordBattleResultScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PunkLordBattleResultScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5LnByb3RvGhFBSEtBTktF",
"UEFESi5wcm90bxoeUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvLnByb3RvIrAB",
"ChxQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5EhMKC05DQUNPQ0NKTkxE",
"GAsgASgNEhMKC0FISkZQTkdEQkRPGA4gASgNEi4KC0RQTUtBTU1JT0xCGAQg",
"ASgLMhkuUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvEhMKC1BHT0ZQTkxBUE9F",
"GAogASgNEiEKC0RITFBLTUlIRE5NGA8gASgLMgwuQUhLQU5LRVBBREpCHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AHKANKEPADJReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PunkLordBattleResultScNotify), global::EggLink.DanhengServer.Proto.PunkLordBattleResultScNotify.Parser, new[]{ "NCACOCCJNLD", "AHJFPNGDBDO", "DPMKAMMIOLB", "PGOFPNLAPOE", "DHLPKMIHDNM" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PunkLordBattleResultScNotify : pb::IMessage<PunkLordBattleResultScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PunkLordBattleResultScNotify> _parser = new pb::MessageParser<PunkLordBattleResultScNotify>(() => new PunkLordBattleResultScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PunkLordBattleResultScNotify> 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.PunkLordBattleResultScNotifyReflection.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 PunkLordBattleResultScNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PunkLordBattleResultScNotify(PunkLordBattleResultScNotify other) : this() {
nCACOCCJNLD_ = other.nCACOCCJNLD_;
aHJFPNGDBDO_ = other.aHJFPNGDBDO_;
dPMKAMMIOLB_ = other.dPMKAMMIOLB_ != null ? other.dPMKAMMIOLB_.Clone() : null;
pGOFPNLAPOE_ = other.pGOFPNLAPOE_;
dHLPKMIHDNM_ = other.dHLPKMIHDNM_ != null ? other.dHLPKMIHDNM_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PunkLordBattleResultScNotify Clone() {
return new PunkLordBattleResultScNotify(this);
}
/// <summary>Field number for the "NCACOCCJNLD" field.</summary>
public const int NCACOCCJNLDFieldNumber = 11;
private uint nCACOCCJNLD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NCACOCCJNLD {
get { return nCACOCCJNLD_; }
set {
nCACOCCJNLD_ = value;
}
}
/// <summary>Field number for the "AHJFPNGDBDO" field.</summary>
public const int AHJFPNGDBDOFieldNumber = 14;
private uint aHJFPNGDBDO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AHJFPNGDBDO {
get { return aHJFPNGDBDO_; }
set {
aHJFPNGDBDO_ = value;
}
}
/// <summary>Field number for the "DPMKAMMIOLB" field.</summary>
public const int DPMKAMMIOLBFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo dPMKAMMIOLB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo DPMKAMMIOLB {
get { return dPMKAMMIOLB_; }
set {
dPMKAMMIOLB_ = value;
}
}
/// <summary>Field number for the "PGOFPNLAPOE" field.</summary>
public const int PGOFPNLAPOEFieldNumber = 10;
private uint pGOFPNLAPOE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PGOFPNLAPOE {
get { return pGOFPNLAPOE_; }
set {
pGOFPNLAPOE_ = value;
}
}
/// <summary>Field number for the "DHLPKMIHDNM" field.</summary>
public const int DHLPKMIHDNMFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.AHKANKEPADJ dHLPKMIHDNM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.AHKANKEPADJ DHLPKMIHDNM {
get { return dHLPKMIHDNM_; }
set {
dHLPKMIHDNM_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PunkLordBattleResultScNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PunkLordBattleResultScNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NCACOCCJNLD != other.NCACOCCJNLD) return false;
if (AHJFPNGDBDO != other.AHJFPNGDBDO) return false;
if (!object.Equals(DPMKAMMIOLB, other.DPMKAMMIOLB)) return false;
if (PGOFPNLAPOE != other.PGOFPNLAPOE) return false;
if (!object.Equals(DHLPKMIHDNM, other.DHLPKMIHDNM)) 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 (NCACOCCJNLD != 0) hash ^= NCACOCCJNLD.GetHashCode();
if (AHJFPNGDBDO != 0) hash ^= AHJFPNGDBDO.GetHashCode();
if (dPMKAMMIOLB_ != null) hash ^= DPMKAMMIOLB.GetHashCode();
if (PGOFPNLAPOE != 0) hash ^= PGOFPNLAPOE.GetHashCode();
if (dHLPKMIHDNM_ != null) hash ^= DHLPKMIHDNM.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 (dPMKAMMIOLB_ != null) {
output.WriteRawTag(34);
output.WriteMessage(DPMKAMMIOLB);
}
if (PGOFPNLAPOE != 0) {
output.WriteRawTag(80);
output.WriteUInt32(PGOFPNLAPOE);
}
if (NCACOCCJNLD != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NCACOCCJNLD);
}
if (AHJFPNGDBDO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(AHJFPNGDBDO);
}
if (dHLPKMIHDNM_ != null) {
output.WriteRawTag(122);
output.WriteMessage(DHLPKMIHDNM);
}
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 (dPMKAMMIOLB_ != null) {
output.WriteRawTag(34);
output.WriteMessage(DPMKAMMIOLB);
}
if (PGOFPNLAPOE != 0) {
output.WriteRawTag(80);
output.WriteUInt32(PGOFPNLAPOE);
}
if (NCACOCCJNLD != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NCACOCCJNLD);
}
if (AHJFPNGDBDO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(AHJFPNGDBDO);
}
if (dHLPKMIHDNM_ != null) {
output.WriteRawTag(122);
output.WriteMessage(DHLPKMIHDNM);
}
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 (NCACOCCJNLD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCACOCCJNLD);
}
if (AHJFPNGDBDO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHJFPNGDBDO);
}
if (dPMKAMMIOLB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DPMKAMMIOLB);
}
if (PGOFPNLAPOE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PGOFPNLAPOE);
}
if (dHLPKMIHDNM_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DHLPKMIHDNM);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PunkLordBattleResultScNotify other) {
if (other == null) {
return;
}
if (other.NCACOCCJNLD != 0) {
NCACOCCJNLD = other.NCACOCCJNLD;
}
if (other.AHJFPNGDBDO != 0) {
AHJFPNGDBDO = other.AHJFPNGDBDO;
}
if (other.dPMKAMMIOLB_ != null) {
if (dPMKAMMIOLB_ == null) {
DPMKAMMIOLB = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
DPMKAMMIOLB.MergeFrom(other.DPMKAMMIOLB);
}
if (other.PGOFPNLAPOE != 0) {
PGOFPNLAPOE = other.PGOFPNLAPOE;
}
if (other.dHLPKMIHDNM_ != null) {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.AHKANKEPADJ();
}
DHLPKMIHDNM.MergeFrom(other.DHLPKMIHDNM);
}
_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 34: {
if (dPMKAMMIOLB_ == null) {
DPMKAMMIOLB = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(DPMKAMMIOLB);
break;
}
case 80: {
PGOFPNLAPOE = input.ReadUInt32();
break;
}
case 88: {
NCACOCCJNLD = input.ReadUInt32();
break;
}
case 112: {
AHJFPNGDBDO = input.ReadUInt32();
break;
}
case 122: {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.AHKANKEPADJ();
}
input.ReadMessage(DHLPKMIHDNM);
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 34: {
if (dPMKAMMIOLB_ == null) {
DPMKAMMIOLB = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(DPMKAMMIOLB);
break;
}
case 80: {
PGOFPNLAPOE = input.ReadUInt32();
break;
}
case 88: {
NCACOCCJNLD = input.ReadUInt32();
break;
}
case 112: {
AHJFPNGDBDO = input.ReadUInt32();
break;
}
case 122: {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.AHKANKEPADJ();
}
input.ReadMessage(DHLPKMIHDNM);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code