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

592 lines
21 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengePeakSettleScNotify.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 ChallengePeakSettleScNotify.proto</summary>
public static partial class ChallengePeakSettleScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for ChallengePeakSettleScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengePeakSettleScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFDaGFsbGVuZ2VQZWFrU2V0dGxlU2NOb3RpZnkucHJvdG8aHUNoYWxsZW5n",
"ZVBlYWtSZXdhcmRJbmZvLnByb3RvIrYCChtDaGFsbGVuZ2VQZWFrU2V0dGxl",
"U2NOb3RpZnkSEwoLSE5BRklBTklKQUgYCCABKAgSFQoNcGVha19sZXZlbF9p",
"ZBgCIAEoDRIYChBpc19zY29yZV9jaGFuZ2VkGAcgASgIEjIKEHBlYWtfcmV3",
"YXJkX2xpc3QYDiADKAsyGC5DaGFsbGVuZ2VQZWFrUmV3YXJkSW5mbxIZChFw",
"ZWFrX3JvdW5kc19jb3VudBgGIAEoDRIOCgZpc193aW4YASABKAgSEwoLSE9F",
"SElPQklJRUoYCyABKA0SGQoRaXNfdWx0cmFfYm9zc193aW4YDSABKAgSEwoL",
"QUJQREFLTkNORk0YAyABKAgSGAoQcGVha190YXJnZXRfbGlzdBgJIAMoDRIT",
"CgtCS0ZMT09HUEVQRxgEIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify), global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify.Parser, new[]{ "HNAFIANIJAH", "PeakLevelId", "IsScoreChanged", "PeakRewardList", "PeakRoundsCount", "IsWin", "HOEHIOBIIEJ", "IsUltraBossWin", "ABPDAKNCNFM", "PeakTargetList", "BKFLOOGPEPG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengePeakSettleScNotify : pb::IMessage<ChallengePeakSettleScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengePeakSettleScNotify> _parser = new pb::MessageParser<ChallengePeakSettleScNotify>(() => new ChallengePeakSettleScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengePeakSettleScNotify> 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.ChallengePeakSettleScNotifyReflection.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 ChallengePeakSettleScNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengePeakSettleScNotify(ChallengePeakSettleScNotify other) : this() {
hNAFIANIJAH_ = other.hNAFIANIJAH_;
peakLevelId_ = other.peakLevelId_;
isScoreChanged_ = other.isScoreChanged_;
peakRewardList_ = other.peakRewardList_.Clone();
peakRoundsCount_ = other.peakRoundsCount_;
isWin_ = other.isWin_;
hOEHIOBIIEJ_ = other.hOEHIOBIIEJ_;
isUltraBossWin_ = other.isUltraBossWin_;
aBPDAKNCNFM_ = other.aBPDAKNCNFM_;
peakTargetList_ = other.peakTargetList_.Clone();
bKFLOOGPEPG_ = other.bKFLOOGPEPG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengePeakSettleScNotify Clone() {
return new ChallengePeakSettleScNotify(this);
}
/// <summary>Field number for the "HNAFIANIJAH" field.</summary>
public const int HNAFIANIJAHFieldNumber = 8;
private bool hNAFIANIJAH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HNAFIANIJAH {
get { return hNAFIANIJAH_; }
set {
hNAFIANIJAH_ = value;
}
}
/// <summary>Field number for the "peak_level_id" field.</summary>
public const int PeakLevelIdFieldNumber = 2;
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 "is_score_changed" field.</summary>
public const int IsScoreChangedFieldNumber = 7;
private bool isScoreChanged_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsScoreChanged {
get { return isScoreChanged_; }
set {
isScoreChanged_ = value;
}
}
/// <summary>Field number for the "peak_reward_list" field.</summary>
public const int PeakRewardListFieldNumber = 14;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfo> _repeated_peakRewardList_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfo> peakRewardList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfo> PeakRewardList {
get { return peakRewardList_; }
}
/// <summary>Field number for the "peak_rounds_count" field.</summary>
public const int PeakRoundsCountFieldNumber = 6;
private uint peakRoundsCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakRoundsCount {
get { return peakRoundsCount_; }
set {
peakRoundsCount_ = value;
}
}
/// <summary>Field number for the "is_win" field.</summary>
public const int IsWinFieldNumber = 1;
private bool isWin_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsWin {
get { return isWin_; }
set {
isWin_ = value;
}
}
/// <summary>Field number for the "HOEHIOBIIEJ" field.</summary>
public const int HOEHIOBIIEJFieldNumber = 11;
private uint hOEHIOBIIEJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HOEHIOBIIEJ {
get { return hOEHIOBIIEJ_; }
set {
hOEHIOBIIEJ_ = value;
}
}
/// <summary>Field number for the "is_ultra_boss_win" field.</summary>
public const int IsUltraBossWinFieldNumber = 13;
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 "ABPDAKNCNFM" field.</summary>
public const int ABPDAKNCNFMFieldNumber = 3;
private bool aBPDAKNCNFM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ABPDAKNCNFM {
get { return aBPDAKNCNFM_; }
set {
aBPDAKNCNFM_ = value;
}
}
/// <summary>Field number for the "peak_target_list" field.</summary>
public const int PeakTargetListFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_peakTargetList_codec
= pb::FieldCodec.ForUInt32(74);
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 "BKFLOOGPEPG" field.</summary>
public const int BKFLOOGPEPGFieldNumber = 4;
private bool bKFLOOGPEPG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BKFLOOGPEPG {
get { return bKFLOOGPEPG_; }
set {
bKFLOOGPEPG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengePeakSettleScNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengePeakSettleScNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HNAFIANIJAH != other.HNAFIANIJAH) return false;
if (PeakLevelId != other.PeakLevelId) return false;
if (IsScoreChanged != other.IsScoreChanged) return false;
if(!peakRewardList_.Equals(other.peakRewardList_)) return false;
if (PeakRoundsCount != other.PeakRoundsCount) return false;
if (IsWin != other.IsWin) return false;
if (HOEHIOBIIEJ != other.HOEHIOBIIEJ) return false;
if (IsUltraBossWin != other.IsUltraBossWin) return false;
if (ABPDAKNCNFM != other.ABPDAKNCNFM) return false;
if(!peakTargetList_.Equals(other.peakTargetList_)) return false;
if (BKFLOOGPEPG != other.BKFLOOGPEPG) 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 (HNAFIANIJAH != false) hash ^= HNAFIANIJAH.GetHashCode();
if (PeakLevelId != 0) hash ^= PeakLevelId.GetHashCode();
if (IsScoreChanged != false) hash ^= IsScoreChanged.GetHashCode();
hash ^= peakRewardList_.GetHashCode();
if (PeakRoundsCount != 0) hash ^= PeakRoundsCount.GetHashCode();
if (IsWin != false) hash ^= IsWin.GetHashCode();
if (HOEHIOBIIEJ != 0) hash ^= HOEHIOBIIEJ.GetHashCode();
if (IsUltraBossWin != false) hash ^= IsUltraBossWin.GetHashCode();
if (ABPDAKNCNFM != false) hash ^= ABPDAKNCNFM.GetHashCode();
hash ^= peakTargetList_.GetHashCode();
if (BKFLOOGPEPG != false) hash ^= BKFLOOGPEPG.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 (IsWin != false) {
output.WriteRawTag(8);
output.WriteBool(IsWin);
}
if (PeakLevelId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PeakLevelId);
}
if (ABPDAKNCNFM != false) {
output.WriteRawTag(24);
output.WriteBool(ABPDAKNCNFM);
}
if (BKFLOOGPEPG != false) {
output.WriteRawTag(32);
output.WriteBool(BKFLOOGPEPG);
}
if (PeakRoundsCount != 0) {
output.WriteRawTag(48);
output.WriteUInt32(PeakRoundsCount);
}
if (IsScoreChanged != false) {
output.WriteRawTag(56);
output.WriteBool(IsScoreChanged);
}
if (HNAFIANIJAH != false) {
output.WriteRawTag(64);
output.WriteBool(HNAFIANIJAH);
}
peakTargetList_.WriteTo(output, _repeated_peakTargetList_codec);
if (HOEHIOBIIEJ != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HOEHIOBIIEJ);
}
if (IsUltraBossWin != false) {
output.WriteRawTag(104);
output.WriteBool(IsUltraBossWin);
}
peakRewardList_.WriteTo(output, _repeated_peakRewardList_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 (IsWin != false) {
output.WriteRawTag(8);
output.WriteBool(IsWin);
}
if (PeakLevelId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PeakLevelId);
}
if (ABPDAKNCNFM != false) {
output.WriteRawTag(24);
output.WriteBool(ABPDAKNCNFM);
}
if (BKFLOOGPEPG != false) {
output.WriteRawTag(32);
output.WriteBool(BKFLOOGPEPG);
}
if (PeakRoundsCount != 0) {
output.WriteRawTag(48);
output.WriteUInt32(PeakRoundsCount);
}
if (IsScoreChanged != false) {
output.WriteRawTag(56);
output.WriteBool(IsScoreChanged);
}
if (HNAFIANIJAH != false) {
output.WriteRawTag(64);
output.WriteBool(HNAFIANIJAH);
}
peakTargetList_.WriteTo(ref output, _repeated_peakTargetList_codec);
if (HOEHIOBIIEJ != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HOEHIOBIIEJ);
}
if (IsUltraBossWin != false) {
output.WriteRawTag(104);
output.WriteBool(IsUltraBossWin);
}
peakRewardList_.WriteTo(ref output, _repeated_peakRewardList_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;
if (HNAFIANIJAH != false) {
size += 1 + 1;
}
if (PeakLevelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakLevelId);
}
if (IsScoreChanged != false) {
size += 1 + 1;
}
size += peakRewardList_.CalculateSize(_repeated_peakRewardList_codec);
if (PeakRoundsCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundsCount);
}
if (IsWin != false) {
size += 1 + 1;
}
if (HOEHIOBIIEJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOEHIOBIIEJ);
}
if (IsUltraBossWin != false) {
size += 1 + 1;
}
if (ABPDAKNCNFM != false) {
size += 1 + 1;
}
size += peakTargetList_.CalculateSize(_repeated_peakTargetList_codec);
if (BKFLOOGPEPG != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengePeakSettleScNotify other) {
if (other == null) {
return;
}
if (other.HNAFIANIJAH != false) {
HNAFIANIJAH = other.HNAFIANIJAH;
}
if (other.PeakLevelId != 0) {
PeakLevelId = other.PeakLevelId;
}
if (other.IsScoreChanged != false) {
IsScoreChanged = other.IsScoreChanged;
}
peakRewardList_.Add(other.peakRewardList_);
if (other.PeakRoundsCount != 0) {
PeakRoundsCount = other.PeakRoundsCount;
}
if (other.IsWin != false) {
IsWin = other.IsWin;
}
if (other.HOEHIOBIIEJ != 0) {
HOEHIOBIIEJ = other.HOEHIOBIIEJ;
}
if (other.IsUltraBossWin != false) {
IsUltraBossWin = other.IsUltraBossWin;
}
if (other.ABPDAKNCNFM != false) {
ABPDAKNCNFM = other.ABPDAKNCNFM;
}
peakTargetList_.Add(other.peakTargetList_);
if (other.BKFLOOGPEPG != false) {
BKFLOOGPEPG = other.BKFLOOGPEPG;
}
_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 8: {
IsWin = input.ReadBool();
break;
}
case 16: {
PeakLevelId = input.ReadUInt32();
break;
}
case 24: {
ABPDAKNCNFM = input.ReadBool();
break;
}
case 32: {
BKFLOOGPEPG = input.ReadBool();
break;
}
case 48: {
PeakRoundsCount = input.ReadUInt32();
break;
}
case 56: {
IsScoreChanged = input.ReadBool();
break;
}
case 64: {
HNAFIANIJAH = input.ReadBool();
break;
}
case 74:
case 72: {
peakTargetList_.AddEntriesFrom(input, _repeated_peakTargetList_codec);
break;
}
case 88: {
HOEHIOBIIEJ = input.ReadUInt32();
break;
}
case 104: {
IsUltraBossWin = input.ReadBool();
break;
}
case 114: {
peakRewardList_.AddEntriesFrom(input, _repeated_peakRewardList_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 8: {
IsWin = input.ReadBool();
break;
}
case 16: {
PeakLevelId = input.ReadUInt32();
break;
}
case 24: {
ABPDAKNCNFM = input.ReadBool();
break;
}
case 32: {
BKFLOOGPEPG = input.ReadBool();
break;
}
case 48: {
PeakRoundsCount = input.ReadUInt32();
break;
}
case 56: {
IsScoreChanged = input.ReadBool();
break;
}
case 64: {
HNAFIANIJAH = input.ReadBool();
break;
}
case 74:
case 72: {
peakTargetList_.AddEntriesFrom(ref input, _repeated_peakTargetList_codec);
break;
}
case 88: {
HOEHIOBIIEJ = input.ReadUInt32();
break;
}
case 104: {
IsUltraBossWin = input.ReadBool();
break;
}
case 114: {
peakRewardList_.AddEntriesFrom(ref input, _repeated_peakRewardList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code