Files
DanhengServer-OpenSource/Proto/IIGJFPMIGKF.cs
2025-09-27 13:58:04 +08:00

365 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IIGJFPMIGKF.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 IIGJFPMIGKF.proto</summary>
public static partial class IIGJFPMIGKFReflection {
#region Descriptor
/// <summary>File descriptor for IIGJFPMIGKF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static IIGJFPMIGKFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFJSUdKRlBNSUdLRi5wcm90bxoRT0lMUElBQ0VOTkgucHJvdG8ihwEKC0lJ",
"R0pGUE1JR0tGEhgKEHBlYWtfdGFyZ2V0X2xpc3QYDCADKA0SDwoHYnVmZl9p",
"ZBgGIAEoDRIZChFpc191bHRyYV9ib3NzX3dpbhgCIAEoCBIPCgdpc19oYXJk",
"GAcgASgIEiEKC2F2YXRhcl9saXN0GA0gAygLMgwuT0lMUElBQ0VOTkhCHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OILPIACENNHReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IIGJFPMIGKF), global::EggLink.DanhengServer.Proto.IIGJFPMIGKF.Parser, new[]{ "PeakTargetList", "BuffId", "IsUltraBossWin", "IsHard", "AvatarList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class IIGJFPMIGKF : pb::IMessage<IIGJFPMIGKF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<IIGJFPMIGKF> _parser = new pb::MessageParser<IIGJFPMIGKF>(() => new IIGJFPMIGKF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<IIGJFPMIGKF> 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.IIGJFPMIGKFReflection.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 IIGJFPMIGKF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IIGJFPMIGKF(IIGJFPMIGKF other) : this() {
peakTargetList_ = other.peakTargetList_.Clone();
buffId_ = other.buffId_;
isUltraBossWin_ = other.isUltraBossWin_;
isHard_ = other.isHard_;
avatarList_ = other.avatarList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IIGJFPMIGKF Clone() {
return new IIGJFPMIGKF(this);
}
/// <summary>Field number for the "peak_target_list" field.</summary>
public const int PeakTargetListFieldNumber = 12;
private static readonly pb::FieldCodec<uint> _repeated_peakTargetList_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField<uint> peakTargetList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PeakTargetList {
get { return peakTargetList_; }
}
/// <summary>Field number for the "buff_id" field.</summary>
public const int BuffIdFieldNumber = 6;
private uint buffId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BuffId {
get { return buffId_; }
set {
buffId_ = value;
}
}
/// <summary>Field number for the "is_ultra_boss_win" field.</summary>
public const int IsUltraBossWinFieldNumber = 2;
private bool isUltraBossWin_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsUltraBossWin {
get { return isUltraBossWin_; }
set {
isUltraBossWin_ = value;
}
}
/// <summary>Field number for the "is_hard" field.</summary>
public const int IsHardFieldNumber = 7;
private bool isHard_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsHard {
get { return isHard_; }
set {
isHard_ = value;
}
}
/// <summary>Field number for the "avatar_list" field.</summary>
public const int AvatarListFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OILPIACENNH> _repeated_avatarList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.OILPIACENNH.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OILPIACENNH> avatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OILPIACENNH>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OILPIACENNH> AvatarList {
get { return avatarList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as IIGJFPMIGKF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(IIGJFPMIGKF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!peakTargetList_.Equals(other.peakTargetList_)) return false;
if (BuffId != other.BuffId) return false;
if (IsUltraBossWin != other.IsUltraBossWin) return false;
if (IsHard != other.IsHard) return false;
if(!avatarList_.Equals(other.avatarList_)) 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;
hash ^= peakTargetList_.GetHashCode();
if (BuffId != 0) hash ^= BuffId.GetHashCode();
if (IsUltraBossWin != false) hash ^= IsUltraBossWin.GetHashCode();
if (IsHard != false) hash ^= IsHard.GetHashCode();
hash ^= avatarList_.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 (IsUltraBossWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsUltraBossWin);
}
if (BuffId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BuffId);
}
if (IsHard != false) {
output.WriteRawTag(56);
output.WriteBool(IsHard);
}
peakTargetList_.WriteTo(output, _repeated_peakTargetList_codec);
avatarList_.WriteTo(output, _repeated_avatarList_codec);
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 (IsUltraBossWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsUltraBossWin);
}
if (BuffId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BuffId);
}
if (IsHard != false) {
output.WriteRawTag(56);
output.WriteBool(IsHard);
}
peakTargetList_.WriteTo(ref output, _repeated_peakTargetList_codec);
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
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;
size += peakTargetList_.CalculateSize(_repeated_peakTargetList_codec);
if (BuffId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId);
}
if (IsUltraBossWin != false) {
size += 1 + 1;
}
if (IsHard != false) {
size += 1 + 1;
}
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(IIGJFPMIGKF other) {
if (other == null) {
return;
}
peakTargetList_.Add(other.peakTargetList_);
if (other.BuffId != 0) {
BuffId = other.BuffId;
}
if (other.IsUltraBossWin != false) {
IsUltraBossWin = other.IsUltraBossWin;
}
if (other.IsHard != false) {
IsHard = other.IsHard;
}
avatarList_.Add(other.avatarList_);
_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 16: {
IsUltraBossWin = input.ReadBool();
break;
}
case 48: {
BuffId = input.ReadUInt32();
break;
}
case 56: {
IsHard = input.ReadBool();
break;
}
case 98:
case 96: {
peakTargetList_.AddEntriesFrom(input, _repeated_peakTargetList_codec);
break;
}
case 106: {
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
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 16: {
IsUltraBossWin = input.ReadBool();
break;
}
case 48: {
BuffId = input.ReadUInt32();
break;
}
case 56: {
IsHard = input.ReadBool();
break;
}
case 98:
case 96: {
peakTargetList_.AddEntriesFrom(ref input, _repeated_peakTargetList_codec);
break;
}
case 106: {
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code