Files
DanhengServer-OpenSource/Proto/BossLevelStatistics.cs
2025-08-22 21:52:38 +08:00

498 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BossLevelStatistics.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 BossLevelStatistics.proto</summary>
public static partial class BossLevelStatisticsReflection {
#region Descriptor
/// <summary>File descriptor for BossLevelStatistics.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BossLevelStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlCb3NzTGV2ZWxTdGF0aXN0aWNzLnByb3RvGhlDaGFsbGVuZ2VMaW5ldXBM",
"aXN0LnByb3RvItMBChNCb3NzTGV2ZWxTdGF0aXN0aWNzEhMKC05IR09NQUtI",
"Q09QGAIgASgIEhMKC0xHSkNFUE5NQ0tNGAQgASgIEg8KB2J1ZmZfaWQYDyAB",
"KA0SGgoSbGVhc3Rfcm91bmRzX2NvdW50GAUgASgNEiQKBmxpbmV1cBgLIAEo",
"CzIULkNoYWxsZW5nZUxpbmV1cExpc3QSEwoLSUVQSERMTUxPQU8YCCADKA0S",
"FQoNcGVha19sZXZlbF9pZBgNIAEoDRITCgtKQk9MQUFGREtBThgOIAEoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BossLevelStatistics), global::EggLink.DanhengServer.Proto.BossLevelStatistics.Parser, new[]{ "NHGOMAKHCOP", "LGJCEPNMCKM", "BuffId", "LeastRoundsCount", "Lineup", "IEPHDLMLOAO", "PeakLevelId", "JBOLAAFDKAN" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BossLevelStatistics : pb::IMessage<BossLevelStatistics>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BossLevelStatistics> _parser = new pb::MessageParser<BossLevelStatistics>(() => new BossLevelStatistics());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BossLevelStatistics> 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.BossLevelStatisticsReflection.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 BossLevelStatistics() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BossLevelStatistics(BossLevelStatistics other) : this() {
nHGOMAKHCOP_ = other.nHGOMAKHCOP_;
lGJCEPNMCKM_ = other.lGJCEPNMCKM_;
buffId_ = other.buffId_;
leastRoundsCount_ = other.leastRoundsCount_;
lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null;
iEPHDLMLOAO_ = other.iEPHDLMLOAO_.Clone();
peakLevelId_ = other.peakLevelId_;
jBOLAAFDKAN_ = other.jBOLAAFDKAN_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BossLevelStatistics Clone() {
return new BossLevelStatistics(this);
}
/// <summary>Field number for the "NHGOMAKHCOP" field.</summary>
public const int NHGOMAKHCOPFieldNumber = 2;
private bool nHGOMAKHCOP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NHGOMAKHCOP {
get { return nHGOMAKHCOP_; }
set {
nHGOMAKHCOP_ = value;
}
}
/// <summary>Field number for the "LGJCEPNMCKM" field.</summary>
public const int LGJCEPNMCKMFieldNumber = 4;
private bool lGJCEPNMCKM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool LGJCEPNMCKM {
get { return lGJCEPNMCKM_; }
set {
lGJCEPNMCKM_ = value;
}
}
/// <summary>Field number for the "buff_id" field.</summary>
public const int BuffIdFieldNumber = 15;
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 "least_rounds_count" field.</summary>
public const int LeastRoundsCountFieldNumber = 5;
private uint leastRoundsCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LeastRoundsCount {
get { return leastRoundsCount_; }
set {
leastRoundsCount_ = value;
}
}
/// <summary>Field number for the "lineup" field.</summary>
public const int LineupFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.ChallengeLineupList lineup_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeLineupList Lineup {
get { return lineup_; }
set {
lineup_ = value;
}
}
/// <summary>Field number for the "IEPHDLMLOAO" field.</summary>
public const int IEPHDLMLOAOFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_iEPHDLMLOAO_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField<uint> iEPHDLMLOAO_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IEPHDLMLOAO {
get { return iEPHDLMLOAO_; }
}
/// <summary>Field number for the "peak_level_id" field.</summary>
public const int PeakLevelIdFieldNumber = 13;
private uint peakLevelId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakLevelId {
get { return peakLevelId_; }
set {
peakLevelId_ = value;
}
}
/// <summary>Field number for the "JBOLAAFDKAN" field.</summary>
public const int JBOLAAFDKANFieldNumber = 14;
private uint jBOLAAFDKAN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JBOLAAFDKAN {
get { return jBOLAAFDKAN_; }
set {
jBOLAAFDKAN_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BossLevelStatistics);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BossLevelStatistics other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NHGOMAKHCOP != other.NHGOMAKHCOP) return false;
if (LGJCEPNMCKM != other.LGJCEPNMCKM) return false;
if (BuffId != other.BuffId) return false;
if (LeastRoundsCount != other.LeastRoundsCount) return false;
if (!object.Equals(Lineup, other.Lineup)) return false;
if(!iEPHDLMLOAO_.Equals(other.iEPHDLMLOAO_)) return false;
if (PeakLevelId != other.PeakLevelId) return false;
if (JBOLAAFDKAN != other.JBOLAAFDKAN) 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 (NHGOMAKHCOP != false) hash ^= NHGOMAKHCOP.GetHashCode();
if (LGJCEPNMCKM != false) hash ^= LGJCEPNMCKM.GetHashCode();
if (BuffId != 0) hash ^= BuffId.GetHashCode();
if (LeastRoundsCount != 0) hash ^= LeastRoundsCount.GetHashCode();
if (lineup_ != null) hash ^= Lineup.GetHashCode();
hash ^= iEPHDLMLOAO_.GetHashCode();
if (PeakLevelId != 0) hash ^= PeakLevelId.GetHashCode();
if (JBOLAAFDKAN != 0) hash ^= JBOLAAFDKAN.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 (NHGOMAKHCOP != false) {
output.WriteRawTag(16);
output.WriteBool(NHGOMAKHCOP);
}
if (LGJCEPNMCKM != false) {
output.WriteRawTag(32);
output.WriteBool(LGJCEPNMCKM);
}
if (LeastRoundsCount != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LeastRoundsCount);
}
iEPHDLMLOAO_.WriteTo(output, _repeated_iEPHDLMLOAO_codec);
if (lineup_ != null) {
output.WriteRawTag(90);
output.WriteMessage(Lineup);
}
if (PeakLevelId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PeakLevelId);
}
if (JBOLAAFDKAN != 0) {
output.WriteRawTag(112);
output.WriteUInt32(JBOLAAFDKAN);
}
if (BuffId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(BuffId);
}
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 (NHGOMAKHCOP != false) {
output.WriteRawTag(16);
output.WriteBool(NHGOMAKHCOP);
}
if (LGJCEPNMCKM != false) {
output.WriteRawTag(32);
output.WriteBool(LGJCEPNMCKM);
}
if (LeastRoundsCount != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LeastRoundsCount);
}
iEPHDLMLOAO_.WriteTo(ref output, _repeated_iEPHDLMLOAO_codec);
if (lineup_ != null) {
output.WriteRawTag(90);
output.WriteMessage(Lineup);
}
if (PeakLevelId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PeakLevelId);
}
if (JBOLAAFDKAN != 0) {
output.WriteRawTag(112);
output.WriteUInt32(JBOLAAFDKAN);
}
if (BuffId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(BuffId);
}
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 (NHGOMAKHCOP != false) {
size += 1 + 1;
}
if (LGJCEPNMCKM != false) {
size += 1 + 1;
}
if (BuffId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId);
}
if (LeastRoundsCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LeastRoundsCount);
}
if (lineup_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lineup);
}
size += iEPHDLMLOAO_.CalculateSize(_repeated_iEPHDLMLOAO_codec);
if (PeakLevelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakLevelId);
}
if (JBOLAAFDKAN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBOLAAFDKAN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BossLevelStatistics other) {
if (other == null) {
return;
}
if (other.NHGOMAKHCOP != false) {
NHGOMAKHCOP = other.NHGOMAKHCOP;
}
if (other.LGJCEPNMCKM != false) {
LGJCEPNMCKM = other.LGJCEPNMCKM;
}
if (other.BuffId != 0) {
BuffId = other.BuffId;
}
if (other.LeastRoundsCount != 0) {
LeastRoundsCount = other.LeastRoundsCount;
}
if (other.lineup_ != null) {
if (lineup_ == null) {
Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList();
}
Lineup.MergeFrom(other.Lineup);
}
iEPHDLMLOAO_.Add(other.iEPHDLMLOAO_);
if (other.PeakLevelId != 0) {
PeakLevelId = other.PeakLevelId;
}
if (other.JBOLAAFDKAN != 0) {
JBOLAAFDKAN = other.JBOLAAFDKAN;
}
_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: {
NHGOMAKHCOP = input.ReadBool();
break;
}
case 32: {
LGJCEPNMCKM = input.ReadBool();
break;
}
case 40: {
LeastRoundsCount = input.ReadUInt32();
break;
}
case 66:
case 64: {
iEPHDLMLOAO_.AddEntriesFrom(input, _repeated_iEPHDLMLOAO_codec);
break;
}
case 90: {
if (lineup_ == null) {
Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList();
}
input.ReadMessage(Lineup);
break;
}
case 104: {
PeakLevelId = input.ReadUInt32();
break;
}
case 112: {
JBOLAAFDKAN = input.ReadUInt32();
break;
}
case 120: {
BuffId = 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 16: {
NHGOMAKHCOP = input.ReadBool();
break;
}
case 32: {
LGJCEPNMCKM = input.ReadBool();
break;
}
case 40: {
LeastRoundsCount = input.ReadUInt32();
break;
}
case 66:
case 64: {
iEPHDLMLOAO_.AddEntriesFrom(ref input, _repeated_iEPHDLMLOAO_codec);
break;
}
case 90: {
if (lineup_ == null) {
Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList();
}
input.ReadMessage(Lineup);
break;
}
case 104: {
PeakLevelId = input.ReadUInt32();
break;
}
case 112: {
JBOLAAFDKAN = input.ReadUInt32();
break;
}
case 120: {
BuffId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code