Files
DanhengServer-OpenSource/Proto/ChallengePeakLevelInfo.cs
2025-08-16 21:13:05 +08:00

565 lines
22 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengePeakLevelInfo.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 ChallengePeakLevelInfo.proto</summary>
public static partial class ChallengePeakLevelInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChallengePeakLevelInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengePeakLevelInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxDaGFsbGVuZ2VQZWFrTGV2ZWxJbmZvLnByb3RvGhlDaGFsbGVuZ2VQZWFr",
"QXZhdGFyLnByb3RvGhFER0ZGTk9QRkxORS5wcm90bxocQ2hhbGxlbmdlUGVh",
"a0Jvc3NMZXZlbC5wcm90bxobQ2hhbGxlbmdlUGVha1ByZUxldmVsLnByb3Rv",
"IuwCChZDaGFsbGVuZ2VQZWFrTGV2ZWxJbmZvEhgKEGZpbmlzaGVkX3ByZV9u",
"dW0YAiABKA0SMAoPcGVha19ib3NzX2xldmVsGAogASgLMhcuQ2hhbGxlbmdl",
"UGVha0Jvc3NMZXZlbBIVCg1wZWFrX2dyb3VwX2lkGAMgASgNEjMKFXBlYWtf",
"YXZhdGFyX2luZm9fbGlzdBgPIAMoCzIULkNoYWxsZW5nZVBlYWtBdmF0YXIS",
"DwoHaXNfZWFzeRgHIAEoCBITCgtPRUxFRUZHQU9OUBgGIAMoDRIeChZhbGxv",
"d19jaGFuZ2VfYm9zc19tb2RlGAwgASgIEjgKGHBlYWtfcHJlX2xldmVsX2lu",
"Zm9fbGlzdBgBIAMoCzIWLkNoYWxsZW5nZVBlYWtQcmVMZXZlbBIXCg9wcmVf",
"bGV2ZWxfc3RhcnMYCyABKA0SIQoLQVBHRUZPRk1LQkcYBSABKAsyDC5ER0ZG",
"Tk9QRkxORUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGFFNOPFLNEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakBossLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevelReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo), global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo.Parser, new[]{ "FinishedPreNum", "PeakBossLevel", "PeakGroupId", "PeakAvatarInfoList", "IsEasy", "OELEEFGAONP", "AllowChangeBossMode", "PeakPreLevelInfoList", "PreLevelStars", "APGEFOFMKBG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengePeakLevelInfo : pb::IMessage<ChallengePeakLevelInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengePeakLevelInfo> _parser = new pb::MessageParser<ChallengePeakLevelInfo>(() => new ChallengePeakLevelInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengePeakLevelInfo> 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.ChallengePeakLevelInfoReflection.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 ChallengePeakLevelInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengePeakLevelInfo(ChallengePeakLevelInfo other) : this() {
finishedPreNum_ = other.finishedPreNum_;
peakBossLevel_ = other.peakBossLevel_ != null ? other.peakBossLevel_.Clone() : null;
peakGroupId_ = other.peakGroupId_;
peakAvatarInfoList_ = other.peakAvatarInfoList_.Clone();
isEasy_ = other.isEasy_;
oELEEFGAONP_ = other.oELEEFGAONP_.Clone();
allowChangeBossMode_ = other.allowChangeBossMode_;
peakPreLevelInfoList_ = other.peakPreLevelInfoList_.Clone();
preLevelStars_ = other.preLevelStars_;
aPGEFOFMKBG_ = other.aPGEFOFMKBG_ != null ? other.aPGEFOFMKBG_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengePeakLevelInfo Clone() {
return new ChallengePeakLevelInfo(this);
}
/// <summary>Field number for the "finished_pre_num" field.</summary>
public const int FinishedPreNumFieldNumber = 2;
private uint finishedPreNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FinishedPreNum {
get { return finishedPreNum_; }
set {
finishedPreNum_ = value;
}
}
/// <summary>Field number for the "peak_boss_level" field.</summary>
public const int PeakBossLevelFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel peakBossLevel_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel PeakBossLevel {
get { return peakBossLevel_; }
set {
peakBossLevel_ = value;
}
}
/// <summary>Field number for the "peak_group_id" field.</summary>
public const int PeakGroupIdFieldNumber = 3;
private uint peakGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakGroupId {
get { return peakGroupId_; }
set {
peakGroupId_ = value;
}
}
/// <summary>Field number for the "peak_avatar_info_list" field.</summary>
public const int PeakAvatarInfoListFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengePeakAvatar> _repeated_peakAvatarInfoList_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.ChallengePeakAvatar.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakAvatar> peakAvatarInfoList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakAvatar>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakAvatar> PeakAvatarInfoList {
get { return peakAvatarInfoList_; }
}
/// <summary>Field number for the "is_easy" field.</summary>
public const int IsEasyFieldNumber = 7;
private bool isEasy_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsEasy {
get { return isEasy_; }
set {
isEasy_ = value;
}
}
/// <summary>Field number for the "OELEEFGAONP" field.</summary>
public const int OELEEFGAONPFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_oELEEFGAONP_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> oELEEFGAONP_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OELEEFGAONP {
get { return oELEEFGAONP_; }
}
/// <summary>Field number for the "allow_change_boss_mode" field.</summary>
public const int AllowChangeBossModeFieldNumber = 12;
private bool allowChangeBossMode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AllowChangeBossMode {
get { return allowChangeBossMode_; }
set {
allowChangeBossMode_ = value;
}
}
/// <summary>Field number for the "peak_pre_level_info_list" field.</summary>
public const int PeakPreLevelInfoListFieldNumber = 1;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel> _repeated_peakPreLevelInfoList_codec
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel> peakPreLevelInfoList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel> PeakPreLevelInfoList {
get { return peakPreLevelInfoList_; }
}
/// <summary>Field number for the "pre_level_stars" field.</summary>
public const int PreLevelStarsFieldNumber = 11;
private uint preLevelStars_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PreLevelStars {
get { return preLevelStars_; }
set {
preLevelStars_ = value;
}
}
/// <summary>Field number for the "APGEFOFMKBG" field.</summary>
public const int APGEFOFMKBGFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.DGFFNOPFLNE aPGEFOFMKBG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DGFFNOPFLNE APGEFOFMKBG {
get { return aPGEFOFMKBG_; }
set {
aPGEFOFMKBG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengePeakLevelInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengePeakLevelInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FinishedPreNum != other.FinishedPreNum) return false;
if (!object.Equals(PeakBossLevel, other.PeakBossLevel)) return false;
if (PeakGroupId != other.PeakGroupId) return false;
if(!peakAvatarInfoList_.Equals(other.peakAvatarInfoList_)) return false;
if (IsEasy != other.IsEasy) return false;
if(!oELEEFGAONP_.Equals(other.oELEEFGAONP_)) return false;
if (AllowChangeBossMode != other.AllowChangeBossMode) return false;
if(!peakPreLevelInfoList_.Equals(other.peakPreLevelInfoList_)) return false;
if (PreLevelStars != other.PreLevelStars) return false;
if (!object.Equals(APGEFOFMKBG, other.APGEFOFMKBG)) 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 (FinishedPreNum != 0) hash ^= FinishedPreNum.GetHashCode();
if (peakBossLevel_ != null) hash ^= PeakBossLevel.GetHashCode();
if (PeakGroupId != 0) hash ^= PeakGroupId.GetHashCode();
hash ^= peakAvatarInfoList_.GetHashCode();
if (IsEasy != false) hash ^= IsEasy.GetHashCode();
hash ^= oELEEFGAONP_.GetHashCode();
if (AllowChangeBossMode != false) hash ^= AllowChangeBossMode.GetHashCode();
hash ^= peakPreLevelInfoList_.GetHashCode();
if (PreLevelStars != 0) hash ^= PreLevelStars.GetHashCode();
if (aPGEFOFMKBG_ != null) hash ^= APGEFOFMKBG.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
peakPreLevelInfoList_.WriteTo(output, _repeated_peakPreLevelInfoList_codec);
if (FinishedPreNum != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FinishedPreNum);
}
if (PeakGroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(PeakGroupId);
}
if (aPGEFOFMKBG_ != null) {
output.WriteRawTag(42);
output.WriteMessage(APGEFOFMKBG);
}
oELEEFGAONP_.WriteTo(output, _repeated_oELEEFGAONP_codec);
if (IsEasy != false) {
output.WriteRawTag(56);
output.WriteBool(IsEasy);
}
if (peakBossLevel_ != null) {
output.WriteRawTag(82);
output.WriteMessage(PeakBossLevel);
}
if (PreLevelStars != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PreLevelStars);
}
if (AllowChangeBossMode != false) {
output.WriteRawTag(96);
output.WriteBool(AllowChangeBossMode);
}
peakAvatarInfoList_.WriteTo(output, _repeated_peakAvatarInfoList_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) {
peakPreLevelInfoList_.WriteTo(ref output, _repeated_peakPreLevelInfoList_codec);
if (FinishedPreNum != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FinishedPreNum);
}
if (PeakGroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(PeakGroupId);
}
if (aPGEFOFMKBG_ != null) {
output.WriteRawTag(42);
output.WriteMessage(APGEFOFMKBG);
}
oELEEFGAONP_.WriteTo(ref output, _repeated_oELEEFGAONP_codec);
if (IsEasy != false) {
output.WriteRawTag(56);
output.WriteBool(IsEasy);
}
if (peakBossLevel_ != null) {
output.WriteRawTag(82);
output.WriteMessage(PeakBossLevel);
}
if (PreLevelStars != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PreLevelStars);
}
if (AllowChangeBossMode != false) {
output.WriteRawTag(96);
output.WriteBool(AllowChangeBossMode);
}
peakAvatarInfoList_.WriteTo(ref output, _repeated_peakAvatarInfoList_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 (FinishedPreNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FinishedPreNum);
}
if (peakBossLevel_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PeakBossLevel);
}
if (PeakGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakGroupId);
}
size += peakAvatarInfoList_.CalculateSize(_repeated_peakAvatarInfoList_codec);
if (IsEasy != false) {
size += 1 + 1;
}
size += oELEEFGAONP_.CalculateSize(_repeated_oELEEFGAONP_codec);
if (AllowChangeBossMode != false) {
size += 1 + 1;
}
size += peakPreLevelInfoList_.CalculateSize(_repeated_peakPreLevelInfoList_codec);
if (PreLevelStars != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PreLevelStars);
}
if (aPGEFOFMKBG_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(APGEFOFMKBG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengePeakLevelInfo other) {
if (other == null) {
return;
}
if (other.FinishedPreNum != 0) {
FinishedPreNum = other.FinishedPreNum;
}
if (other.peakBossLevel_ != null) {
if (peakBossLevel_ == null) {
PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel();
}
PeakBossLevel.MergeFrom(other.PeakBossLevel);
}
if (other.PeakGroupId != 0) {
PeakGroupId = other.PeakGroupId;
}
peakAvatarInfoList_.Add(other.peakAvatarInfoList_);
if (other.IsEasy != false) {
IsEasy = other.IsEasy;
}
oELEEFGAONP_.Add(other.oELEEFGAONP_);
if (other.AllowChangeBossMode != false) {
AllowChangeBossMode = other.AllowChangeBossMode;
}
peakPreLevelInfoList_.Add(other.peakPreLevelInfoList_);
if (other.PreLevelStars != 0) {
PreLevelStars = other.PreLevelStars;
}
if (other.aPGEFOFMKBG_ != null) {
if (aPGEFOFMKBG_ == null) {
APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE();
}
APGEFOFMKBG.MergeFrom(other.APGEFOFMKBG);
}
_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 10: {
peakPreLevelInfoList_.AddEntriesFrom(input, _repeated_peakPreLevelInfoList_codec);
break;
}
case 16: {
FinishedPreNum = input.ReadUInt32();
break;
}
case 24: {
PeakGroupId = input.ReadUInt32();
break;
}
case 42: {
if (aPGEFOFMKBG_ == null) {
APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE();
}
input.ReadMessage(APGEFOFMKBG);
break;
}
case 50:
case 48: {
oELEEFGAONP_.AddEntriesFrom(input, _repeated_oELEEFGAONP_codec);
break;
}
case 56: {
IsEasy = input.ReadBool();
break;
}
case 82: {
if (peakBossLevel_ == null) {
PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel();
}
input.ReadMessage(PeakBossLevel);
break;
}
case 88: {
PreLevelStars = input.ReadUInt32();
break;
}
case 96: {
AllowChangeBossMode = input.ReadBool();
break;
}
case 122: {
peakAvatarInfoList_.AddEntriesFrom(input, _repeated_peakAvatarInfoList_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 10: {
peakPreLevelInfoList_.AddEntriesFrom(ref input, _repeated_peakPreLevelInfoList_codec);
break;
}
case 16: {
FinishedPreNum = input.ReadUInt32();
break;
}
case 24: {
PeakGroupId = input.ReadUInt32();
break;
}
case 42: {
if (aPGEFOFMKBG_ == null) {
APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE();
}
input.ReadMessage(APGEFOFMKBG);
break;
}
case 50:
case 48: {
oELEEFGAONP_.AddEntriesFrom(ref input, _repeated_oELEEFGAONP_codec);
break;
}
case 56: {
IsEasy = input.ReadBool();
break;
}
case 82: {
if (peakBossLevel_ == null) {
PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel();
}
input.ReadMessage(PeakBossLevel);
break;
}
case 88: {
PreLevelStars = input.ReadUInt32();
break;
}
case 96: {
AllowChangeBossMode = input.ReadBool();
break;
}
case 122: {
peakAvatarInfoList_.AddEntriesFrom(ref input, _repeated_peakAvatarInfoList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code