Files
DanhengServer-OpenSource/Proto/PunkLordBattleResultScNotify.cs
2024-09-21 19:58:44 +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(
"CiJQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5LnByb3RvGhpQdW5rTG9y",
"ZEJhdHRsZVJlY29yZC5wcm90bxoeUHVua0xvcmRNb25zdGVyQmFzaWNJbmZv",
"LnByb3RvIrkBChxQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5Ei4KC0JQ",
"R0ZOQ05KS0hIGAMgASgLMhkuUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvEioK",
"C0hMTEVMQ0dPQ05LGAwgASgLMhUuUHVua0xvcmRCYXR0bGVSZWNvcmQSEwoL",
"TklIQ0JCT0pBRUMYCiABKA0SEwoLQlBBRk1FSEVQS0YYDSABKA0SEwoLTUdN",
"RUFOR0VOSEsYBCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.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[]{ "BPGFNCNJKHH", "HLLELCGOCNK", "NIHCBBOJAEC", "BPAFMEHEPKF", "MGMEANGENHK" }, 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() {
bPGFNCNJKHH_ = other.bPGFNCNJKHH_ != null ? other.bPGFNCNJKHH_.Clone() : null;
hLLELCGOCNK_ = other.hLLELCGOCNK_ != null ? other.hLLELCGOCNK_.Clone() : null;
nIHCBBOJAEC_ = other.nIHCBBOJAEC_;
bPAFMEHEPKF_ = other.bPAFMEHEPKF_;
mGMEANGENHK_ = other.mGMEANGENHK_;
_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 "BPGFNCNJKHH" field.</summary>
public const int BPGFNCNJKHHFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo bPGFNCNJKHH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo BPGFNCNJKHH {
get { return bPGFNCNJKHH_; }
set {
bPGFNCNJKHH_ = value;
}
}
/// <summary>Field number for the "HLLELCGOCNK" field.</summary>
public const int HLLELCGOCNKFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.PunkLordBattleRecord hLLELCGOCNK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordBattleRecord HLLELCGOCNK {
get { return hLLELCGOCNK_; }
set {
hLLELCGOCNK_ = value;
}
}
/// <summary>Field number for the "NIHCBBOJAEC" field.</summary>
public const int NIHCBBOJAECFieldNumber = 10;
private uint nIHCBBOJAEC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NIHCBBOJAEC {
get { return nIHCBBOJAEC_; }
set {
nIHCBBOJAEC_ = value;
}
}
/// <summary>Field number for the "BPAFMEHEPKF" field.</summary>
public const int BPAFMEHEPKFFieldNumber = 13;
private uint bPAFMEHEPKF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BPAFMEHEPKF {
get { return bPAFMEHEPKF_; }
set {
bPAFMEHEPKF_ = value;
}
}
/// <summary>Field number for the "MGMEANGENHK" field.</summary>
public const int MGMEANGENHKFieldNumber = 4;
private uint mGMEANGENHK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MGMEANGENHK {
get { return mGMEANGENHK_; }
set {
mGMEANGENHK_ = 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(BPGFNCNJKHH, other.BPGFNCNJKHH)) return false;
if (!object.Equals(HLLELCGOCNK, other.HLLELCGOCNK)) return false;
if (NIHCBBOJAEC != other.NIHCBBOJAEC) return false;
if (BPAFMEHEPKF != other.BPAFMEHEPKF) return false;
if (MGMEANGENHK != other.MGMEANGENHK) 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 (bPGFNCNJKHH_ != null) hash ^= BPGFNCNJKHH.GetHashCode();
if (hLLELCGOCNK_ != null) hash ^= HLLELCGOCNK.GetHashCode();
if (NIHCBBOJAEC != 0) hash ^= NIHCBBOJAEC.GetHashCode();
if (BPAFMEHEPKF != 0) hash ^= BPAFMEHEPKF.GetHashCode();
if (MGMEANGENHK != 0) hash ^= MGMEANGENHK.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 (bPGFNCNJKHH_ != null) {
output.WriteRawTag(26);
output.WriteMessage(BPGFNCNJKHH);
}
if (MGMEANGENHK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MGMEANGENHK);
}
if (NIHCBBOJAEC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NIHCBBOJAEC);
}
if (hLLELCGOCNK_ != null) {
output.WriteRawTag(98);
output.WriteMessage(HLLELCGOCNK);
}
if (BPAFMEHEPKF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BPAFMEHEPKF);
}
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 (bPGFNCNJKHH_ != null) {
output.WriteRawTag(26);
output.WriteMessage(BPGFNCNJKHH);
}
if (MGMEANGENHK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MGMEANGENHK);
}
if (NIHCBBOJAEC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NIHCBBOJAEC);
}
if (hLLELCGOCNK_ != null) {
output.WriteRawTag(98);
output.WriteMessage(HLLELCGOCNK);
}
if (BPAFMEHEPKF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BPAFMEHEPKF);
}
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 (bPGFNCNJKHH_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BPGFNCNJKHH);
}
if (hLLELCGOCNK_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HLLELCGOCNK);
}
if (NIHCBBOJAEC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIHCBBOJAEC);
}
if (BPAFMEHEPKF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BPAFMEHEPKF);
}
if (MGMEANGENHK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MGMEANGENHK);
}
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.bPGFNCNJKHH_ != null) {
if (bPGFNCNJKHH_ == null) {
BPGFNCNJKHH = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
BPGFNCNJKHH.MergeFrom(other.BPGFNCNJKHH);
}
if (other.hLLELCGOCNK_ != null) {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
HLLELCGOCNK.MergeFrom(other.HLLELCGOCNK);
}
if (other.NIHCBBOJAEC != 0) {
NIHCBBOJAEC = other.NIHCBBOJAEC;
}
if (other.BPAFMEHEPKF != 0) {
BPAFMEHEPKF = other.BPAFMEHEPKF;
}
if (other.MGMEANGENHK != 0) {
MGMEANGENHK = other.MGMEANGENHK;
}
_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 26: {
if (bPGFNCNJKHH_ == null) {
BPGFNCNJKHH = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BPGFNCNJKHH);
break;
}
case 32: {
MGMEANGENHK = input.ReadUInt32();
break;
}
case 80: {
NIHCBBOJAEC = input.ReadUInt32();
break;
}
case 98: {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
input.ReadMessage(HLLELCGOCNK);
break;
}
case 104: {
BPAFMEHEPKF = 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 26: {
if (bPGFNCNJKHH_ == null) {
BPGFNCNJKHH = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BPGFNCNJKHH);
break;
}
case 32: {
MGMEANGENHK = input.ReadUInt32();
break;
}
case 80: {
NIHCBBOJAEC = input.ReadUInt32();
break;
}
case 98: {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecord();
}
input.ReadMessage(HLLELCGOCNK);
break;
}
case 104: {
BPAFMEHEPKF = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code