Files
DanhengServer-OpenSource/Proto/KAOAHKAOHFI.cs
2025-12-14 11:26:01 +08:00

369 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: KAOAHKAOHFI.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 KAOAHKAOHFI.proto</summary>
public static partial class KAOAHKAOHFIReflection {
#region Descriptor
/// <summary>File descriptor for KAOAHKAOHFI.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static KAOAHKAOHFIReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFLQU9BSEtBT0hGSS5wcm90bxoeUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0",
"LnByb3RvGhxQdW5rTG9yZEF0dGFja2VyU3RhdHVzLnByb3RvGh5QdW5rTG9y",
"ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8irwEKC0tBT0FIS0FPSEZJEi0KCmJh",
"c2ljX2luZm8YCCABKAsyGS5QdW5rTG9yZE1vbnN0ZXJCYXNpY0luZm8SLAoL",
"RUtLSkxBT0tJSkkYCSABKA4yFy5QdW5rTG9yZEF0dGFja2VyU3RhdHVzEhMK",
"C0NPSktFSUZKTkVLGAogASgNEi4KC0RITFBLTUlIRE5NGAwgASgLMhkuUHVu",
"a0xvcmRCYXR0bGVSZWNvcmRMaXN0Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
"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.KAOAHKAOHFI), global::EggLink.DanhengServer.Proto.KAOAHKAOHFI.Parser, new[]{ "BasicInfo", "EKKJLAOKIJI", "COJKEIFJNEK", "DHLPKMIHDNM" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class KAOAHKAOHFI : pb::IMessage<KAOAHKAOHFI>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<KAOAHKAOHFI> _parser = new pb::MessageParser<KAOAHKAOHFI>(() => new KAOAHKAOHFI());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<KAOAHKAOHFI> 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.KAOAHKAOHFIReflection.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 KAOAHKAOHFI() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KAOAHKAOHFI(KAOAHKAOHFI other) : this() {
basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null;
eKKJLAOKIJI_ = other.eKKJLAOKIJI_;
cOJKEIFJNEK_ = other.cOJKEIFJNEK_;
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 KAOAHKAOHFI Clone() {
return new KAOAHKAOHFI(this);
}
/// <summary>Field number for the "basic_info" field.</summary>
public const int BasicInfoFieldNumber = 8;
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;
}
}
/// <summary>Field number for the "EKKJLAOKIJI" field.</summary>
public const int EKKJLAOKIJIFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus eKKJLAOKIJI_ = global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus EKKJLAOKIJI {
get { return eKKJLAOKIJI_; }
set {
eKKJLAOKIJI_ = value;
}
}
/// <summary>Field number for the "COJKEIFJNEK" field.</summary>
public const int COJKEIFJNEKFieldNumber = 10;
private uint cOJKEIFJNEK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint COJKEIFJNEK {
get { return cOJKEIFJNEK_; }
set {
cOJKEIFJNEK_ = value;
}
}
/// <summary>Field number for the "DHLPKMIHDNM" field.</summary>
public const int DHLPKMIHDNMFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList dHLPKMIHDNM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList 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 KAOAHKAOHFI);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(KAOAHKAOHFI other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BasicInfo, other.BasicInfo)) return false;
if (EKKJLAOKIJI != other.EKKJLAOKIJI) return false;
if (COJKEIFJNEK != other.COJKEIFJNEK) 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 (basicInfo_ != null) hash ^= BasicInfo.GetHashCode();
if (EKKJLAOKIJI != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) hash ^= EKKJLAOKIJI.GetHashCode();
if (COJKEIFJNEK != 0) hash ^= COJKEIFJNEK.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 (basicInfo_ != null) {
output.WriteRawTag(66);
output.WriteMessage(BasicInfo);
}
if (EKKJLAOKIJI != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
output.WriteRawTag(72);
output.WriteEnum((int) EKKJLAOKIJI);
}
if (COJKEIFJNEK != 0) {
output.WriteRawTag(80);
output.WriteUInt32(COJKEIFJNEK);
}
if (dHLPKMIHDNM_ != null) {
output.WriteRawTag(98);
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 (basicInfo_ != null) {
output.WriteRawTag(66);
output.WriteMessage(BasicInfo);
}
if (EKKJLAOKIJI != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
output.WriteRawTag(72);
output.WriteEnum((int) EKKJLAOKIJI);
}
if (COJKEIFJNEK != 0) {
output.WriteRawTag(80);
output.WriteUInt32(COJKEIFJNEK);
}
if (dHLPKMIHDNM_ != null) {
output.WriteRawTag(98);
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 (basicInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BasicInfo);
}
if (EKKJLAOKIJI != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EKKJLAOKIJI);
}
if (COJKEIFJNEK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(COJKEIFJNEK);
}
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(KAOAHKAOHFI other) {
if (other == null) {
return;
}
if (other.basicInfo_ != null) {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
BasicInfo.MergeFrom(other.BasicInfo);
}
if (other.EKKJLAOKIJI != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
EKKJLAOKIJI = other.EKKJLAOKIJI;
}
if (other.COJKEIFJNEK != 0) {
COJKEIFJNEK = other.COJKEIFJNEK;
}
if (other.dHLPKMIHDNM_ != null) {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
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 66: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BasicInfo);
break;
}
case 72: {
EKKJLAOKIJI = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
break;
}
case 80: {
COJKEIFJNEK = input.ReadUInt32();
break;
}
case 98: {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
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 66: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
}
input.ReadMessage(BasicInfo);
break;
}
case 72: {
EKKJLAOKIJI = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
break;
}
case 80: {
COJKEIFJNEK = input.ReadUInt32();
break;
}
case 98: {
if (dHLPKMIHDNM_ == null) {
DHLPKMIHDNM = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
}
input.ReadMessage(DHLPKMIHDNM);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code