Files
DanhengServer-OpenSource/Proto/COALHAFIPNG.cs
2024-10-04 12:18:36 +08:00

369 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: COALHAFIPNG.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 COALHAFIPNG.proto</summary>
public static partial class COALHAFIPNGReflection {
#region Descriptor
/// <summary>File descriptor for COALHAFIPNG.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static COALHAFIPNGReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDT0FMSEFGSVBORy5wcm90bxoeUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0",
"LnByb3RvGhxQdW5rTG9yZEF0dGFja2VyU3RhdHVzLnByb3RvGh5QdW5rTG9y",
"ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8irwEKC0NPQUxIQUZJUE5HEi4KC0hM",
"TEVMQ0dPQ05LGAcgASgLMhkuUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0EiwK",
"C0JQUEhCTk9JSkZIGAYgASgOMhcuUHVua0xvcmRBdHRhY2tlclN0YXR1cxIT",
"CgtHSEJORElQREJOUBgIIAEoDRItCgpiYXNpY19pbmZvGAsgASgLMhkuUHVu",
"a0xvcmRNb25zdGVyQmFzaWNJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
"ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleRecordListReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordAttackerStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.COALHAFIPNG), global::EggLink.DanhengServer.Proto.COALHAFIPNG.Parser, new[]{ "HLLELCGOCNK", "BPPHBNOIJFH", "GHBNDIPDBNP", "BasicInfo" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class COALHAFIPNG : pb::IMessage<COALHAFIPNG>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<COALHAFIPNG> _parser = new pb::MessageParser<COALHAFIPNG>(() => new COALHAFIPNG());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<COALHAFIPNG> 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.COALHAFIPNGReflection.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 COALHAFIPNG() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public COALHAFIPNG(COALHAFIPNG other) : this() {
hLLELCGOCNK_ = other.hLLELCGOCNK_ != null ? other.hLLELCGOCNK_.Clone() : null;
bPPHBNOIJFH_ = other.bPPHBNOIJFH_;
gHBNDIPDBNP_ = other.gHBNDIPDBNP_;
basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public COALHAFIPNG Clone() {
return new COALHAFIPNG(this);
}
/// <summary>Field number for the "HLLELCGOCNK" field.</summary>
public const int HLLELCGOCNKFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList hLLELCGOCNK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList HLLELCGOCNK {
get { return hLLELCGOCNK_; }
set {
hLLELCGOCNK_ = value;
}
}
/// <summary>Field number for the "BPPHBNOIJFH" field.</summary>
public const int BPPHBNOIJFHFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus bPPHBNOIJFH_ = global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus BPPHBNOIJFH {
get { return bPPHBNOIJFH_; }
set {
bPPHBNOIJFH_ = value;
}
}
/// <summary>Field number for the "GHBNDIPDBNP" field.</summary>
public const int GHBNDIPDBNPFieldNumber = 8;
private uint gHBNDIPDBNP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GHBNDIPDBNP {
get { return gHBNDIPDBNP_; }
set {
gHBNDIPDBNP_ = value;
}
}
/// <summary>Field number for the "basic_info" field.</summary>
public const int BasicInfoFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo basicInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo BasicInfo {
get { return basicInfo_; }
set {
basicInfo_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as COALHAFIPNG);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(COALHAFIPNG other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(HLLELCGOCNK, other.HLLELCGOCNK)) return false;
if (BPPHBNOIJFH != other.BPPHBNOIJFH) return false;
if (GHBNDIPDBNP != other.GHBNDIPDBNP) return false;
if (!object.Equals(BasicInfo, other.BasicInfo)) 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 (hLLELCGOCNK_ != null) hash ^= HLLELCGOCNK.GetHashCode();
if (BPPHBNOIJFH != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) hash ^= BPPHBNOIJFH.GetHashCode();
if (GHBNDIPDBNP != 0) hash ^= GHBNDIPDBNP.GetHashCode();
if (basicInfo_ != null) hash ^= BasicInfo.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 (BPPHBNOIJFH != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
output.WriteRawTag(48);
output.WriteEnum((int) BPPHBNOIJFH);
}
if (hLLELCGOCNK_ != null) {
output.WriteRawTag(58);
output.WriteMessage(HLLELCGOCNK);
}
if (GHBNDIPDBNP != 0) {
output.WriteRawTag(64);
output.WriteUInt32(GHBNDIPDBNP);
}
if (basicInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(BasicInfo);
}
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 (BPPHBNOIJFH != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
output.WriteRawTag(48);
output.WriteEnum((int) BPPHBNOIJFH);
}
if (hLLELCGOCNK_ != null) {
output.WriteRawTag(58);
output.WriteMessage(HLLELCGOCNK);
}
if (GHBNDIPDBNP != 0) {
output.WriteRawTag(64);
output.WriteUInt32(GHBNDIPDBNP);
}
if (basicInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(BasicInfo);
}
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 (hLLELCGOCNK_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HLLELCGOCNK);
}
if (BPPHBNOIJFH != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BPPHBNOIJFH);
}
if (GHBNDIPDBNP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GHBNDIPDBNP);
}
if (basicInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BasicInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(COALHAFIPNG other) {
if (other == null) {
return;
}
if (other.hLLELCGOCNK_ != null) {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
HLLELCGOCNK.MergeFrom(other.HLLELCGOCNK);
}
if (other.BPPHBNOIJFH != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
BPPHBNOIJFH = other.BPPHBNOIJFH;
}
if (other.GHBNDIPDBNP != 0) {
GHBNDIPDBNP = other.GHBNDIPDBNP;
}
if (other.basicInfo_ != null) {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
BasicInfo.MergeFrom(other.BasicInfo);
}
_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 48: {
BPPHBNOIJFH = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
break;
}
case 58: {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
input.ReadMessage(HLLELCGOCNK);
break;
}
case 64: {
GHBNDIPDBNP = input.ReadUInt32();
break;
}
case 90: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BasicInfo);
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 48: {
BPPHBNOIJFH = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
break;
}
case 58: {
if (hLLELCGOCNK_ == null) {
HLLELCGOCNK = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
input.ReadMessage(HLLELCGOCNK);
break;
}
case 64: {
GHBNDIPDBNP = input.ReadUInt32();
break;
}
case 90: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BasicInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code