Files
DanhengServer-OpenSource/Proto/PunkLordBattleResultScNotify.cs
2024-12-14 19:08:41 +08:00

406 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(
"CiJQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5LnByb3RvGh5QdW5rTG9y",
"ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8aGlB1bmtMb3JkQmF0dGxlUmVjb3Jk",
"LnByb3RvIrkBChxQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5EioKC0dO",
"SUJCR0ZQUEtGGAwgASgLMhUuUHVua0xvcmRCYXR0bGVSZWNvcmQSEwoLTEFP",
"R0hLREdIREUYDSABKA0SEwoLTUxOSENJRk5ETk8YBSABKA0SEwoLSkdKSkhK",
"T0ZQTEwYBiABKA0SLgoLUEpMRElMTE9GTE8YByABKAsyGS5QdW5rTG9yZE1v",
"bnN0ZXJCYXNpY0luZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.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[]{ "GNIBBGFPPKF", "LAOGHKDGHDE", "MLNHCIFNDNO", "JGJJHJOFPLL", "PJLDILLOFLO" }, 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() {
gNIBBGFPPKF_ = other.gNIBBGFPPKF_ != null ? other.gNIBBGFPPKF_.Clone() : null;
lAOGHKDGHDE_ = other.lAOGHKDGHDE_;
mLNHCIFNDNO_ = other.mLNHCIFNDNO_;
jGJJHJOFPLL_ = other.jGJJHJOFPLL_;
pJLDILLOFLO_ = other.pJLDILLOFLO_ != null ? other.pJLDILLOFLO_.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 "GNIBBGFPPKF" field.</summary>
public const int GNIBBGFPPKFFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.PunkLordBattleRecord gNIBBGFPPKF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordBattleRecord GNIBBGFPPKF {
get { return gNIBBGFPPKF_; }
set {
gNIBBGFPPKF_ = value;
}
}
/// <summary>Field number for the "LAOGHKDGHDE" field.</summary>
public const int LAOGHKDGHDEFieldNumber = 13;
private uint lAOGHKDGHDE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LAOGHKDGHDE {
get { return lAOGHKDGHDE_; }
set {
lAOGHKDGHDE_ = value;
}
}
/// <summary>Field number for the "MLNHCIFNDNO" field.</summary>
public const int MLNHCIFNDNOFieldNumber = 5;
private uint mLNHCIFNDNO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MLNHCIFNDNO {
get { return mLNHCIFNDNO_; }
set {
mLNHCIFNDNO_ = value;
}
}
/// <summary>Field number for the "JGJJHJOFPLL" field.</summary>
public const int JGJJHJOFPLLFieldNumber = 6;
private uint jGJJHJOFPLL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JGJJHJOFPLL {
get { return jGJJHJOFPLL_; }
set {
jGJJHJOFPLL_ = value;
}
}
/// <summary>Field number for the "PJLDILLOFLO" field.</summary>
public const int PJLDILLOFLOFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo pJLDILLOFLO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo PJLDILLOFLO {
get { return pJLDILLOFLO_; }
set {
pJLDILLOFLO_ = 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 (!object.Equals(GNIBBGFPPKF, other.GNIBBGFPPKF)) return false;
if (LAOGHKDGHDE != other.LAOGHKDGHDE) return false;
if (MLNHCIFNDNO != other.MLNHCIFNDNO) return false;
if (JGJJHJOFPLL != other.JGJJHJOFPLL) return false;
if (!object.Equals(PJLDILLOFLO, other.PJLDILLOFLO)) 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 (gNIBBGFPPKF_ != null) hash ^= GNIBBGFPPKF.GetHashCode();
if (LAOGHKDGHDE != 0) hash ^= LAOGHKDGHDE.GetHashCode();
if (MLNHCIFNDNO != 0) hash ^= MLNHCIFNDNO.GetHashCode();
if (JGJJHJOFPLL != 0) hash ^= JGJJHJOFPLL.GetHashCode();
if (pJLDILLOFLO_ != null) hash ^= PJLDILLOFLO.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 (MLNHCIFNDNO != 0) {
output.WriteRawTag(40);
output.WriteUInt32(MLNHCIFNDNO);
}
if (JGJJHJOFPLL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(JGJJHJOFPLL);
}
if (pJLDILLOFLO_ != null) {
output.WriteRawTag(58);
output.WriteMessage(PJLDILLOFLO);
}
if (gNIBBGFPPKF_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GNIBBGFPPKF);
}
if (LAOGHKDGHDE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(LAOGHKDGHDE);
}
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 (MLNHCIFNDNO != 0) {
output.WriteRawTag(40);
output.WriteUInt32(MLNHCIFNDNO);
}
if (JGJJHJOFPLL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(JGJJHJOFPLL);
}
if (pJLDILLOFLO_ != null) {
output.WriteRawTag(58);
output.WriteMessage(PJLDILLOFLO);
}
if (gNIBBGFPPKF_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GNIBBGFPPKF);
}
if (LAOGHKDGHDE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(LAOGHKDGHDE);
}
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 (gNIBBGFPPKF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GNIBBGFPPKF);
}
if (LAOGHKDGHDE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LAOGHKDGHDE);
}
if (MLNHCIFNDNO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MLNHCIFNDNO);
}
if (JGJJHJOFPLL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JGJJHJOFPLL);
}
if (pJLDILLOFLO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PJLDILLOFLO);
}
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.gNIBBGFPPKF_ != null) {
if (gNIBBGFPPKF_ == null) {
GNIBBGFPPKF = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
GNIBBGFPPKF.MergeFrom(other.GNIBBGFPPKF);
}
if (other.LAOGHKDGHDE != 0) {
LAOGHKDGHDE = other.LAOGHKDGHDE;
}
if (other.MLNHCIFNDNO != 0) {
MLNHCIFNDNO = other.MLNHCIFNDNO;
}
if (other.JGJJHJOFPLL != 0) {
JGJJHJOFPLL = other.JGJJHJOFPLL;
}
if (other.pJLDILLOFLO_ != null) {
if (pJLDILLOFLO_ == null) {
PJLDILLOFLO = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
PJLDILLOFLO.MergeFrom(other.PJLDILLOFLO);
}
_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 40: {
MLNHCIFNDNO = input.ReadUInt32();
break;
}
case 48: {
JGJJHJOFPLL = input.ReadUInt32();
break;
}
case 58: {
if (pJLDILLOFLO_ == null) {
PJLDILLOFLO = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(PJLDILLOFLO);
break;
}
case 98: {
if (gNIBBGFPPKF_ == null) {
GNIBBGFPPKF = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
input.ReadMessage(GNIBBGFPPKF);
break;
}
case 104: {
LAOGHKDGHDE = 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 40: {
MLNHCIFNDNO = input.ReadUInt32();
break;
}
case 48: {
JGJJHJOFPLL = input.ReadUInt32();
break;
}
case 58: {
if (pJLDILLOFLO_ == null) {
PJLDILLOFLO = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(PJLDILLOFLO);
break;
}
case 98: {
if (gNIBBGFPPKF_ == null) {
GNIBBGFPPKF = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
input.ReadMessage(GNIBBGFPPKF);
break;
}
case 104: {
LAOGHKDGHDE = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code