Files
DanhengServer-OpenSource/Proto/RogueFinishInfo.cs
2025-06-06 17:50:07 +08:00

639 lines
22 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueFinishInfo.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 RogueFinishInfo.proto</summary>
public static partial class RogueFinishInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueFinishInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueFinishInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVSb2d1ZUZpbmlzaEluZm8ucHJvdG8aFVJvZ3VlUmVjb3JkSW5mby5wcm90",
"bxoOSXRlbUxpc3QucHJvdG8aGlJvZ3VlU2NvcmVSZXdhcmRJbmZvLnByb3Rv",
"IqICCg9Sb2d1ZUZpbmlzaEluZm8SEAoIc2NvcmVfaWQYAyABKA0SDgoGaXNf",
"d2luGAIgASgIEhMKC01OQklFQk9MQ0NOGAEgASgNEh4KC0hMT0JKT09FQk9E",
"GAggASgLMgkuSXRlbUxpc3QSEAoHYXJlYV9pZBjuDiABKA0SJQoLcmVjb3Jk",
"X2luZm8YBiABKAsyEC5Sb2d1ZVJlY29yZEluZm8SFAoLTE1NRUFOSlBFTkQY",
"wgUgASgNEhMKC0RFRExHRkpBRUFNGA4gASgNEioKC0FHUFBFUE1HRk1GGA8g",
"ASgLMhUuUm9ndWVTY29yZVJld2FyZEluZm8SEwoLQklNRExHSEtBT0kYCyAB",
"KA0SEwoLSUZFSEJJTUVNRUMYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueFinishInfo), global::EggLink.DanhengServer.Proto.RogueFinishInfo.Parser, new[]{ "ScoreId", "IsWin", "MNBIEBOLCCN", "HLOBJOOEBOD", "AreaId", "RecordInfo", "LMMEANJPEND", "DEDLGFJAEAM", "AGPPEPMGFMF", "BIMDLGHKAOI", "IFEHBIMEMEC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueFinishInfo : pb::IMessage<RogueFinishInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueFinishInfo> _parser = new pb::MessageParser<RogueFinishInfo>(() => new RogueFinishInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueFinishInfo> 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.RogueFinishInfoReflection.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 RogueFinishInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueFinishInfo(RogueFinishInfo other) : this() {
scoreId_ = other.scoreId_;
isWin_ = other.isWin_;
mNBIEBOLCCN_ = other.mNBIEBOLCCN_;
hLOBJOOEBOD_ = other.hLOBJOOEBOD_ != null ? other.hLOBJOOEBOD_.Clone() : null;
areaId_ = other.areaId_;
recordInfo_ = other.recordInfo_ != null ? other.recordInfo_.Clone() : null;
lMMEANJPEND_ = other.lMMEANJPEND_;
dEDLGFJAEAM_ = other.dEDLGFJAEAM_;
aGPPEPMGFMF_ = other.aGPPEPMGFMF_ != null ? other.aGPPEPMGFMF_.Clone() : null;
bIMDLGHKAOI_ = other.bIMDLGHKAOI_;
iFEHBIMEMEC_ = other.iFEHBIMEMEC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueFinishInfo Clone() {
return new RogueFinishInfo(this);
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 3;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "is_win" field.</summary>
public const int IsWinFieldNumber = 2;
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 "MNBIEBOLCCN" field.</summary>
public const int MNBIEBOLCCNFieldNumber = 1;
private uint mNBIEBOLCCN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MNBIEBOLCCN {
get { return mNBIEBOLCCN_; }
set {
mNBIEBOLCCN_ = value;
}
}
/// <summary>Field number for the "HLOBJOOEBOD" field.</summary>
public const int HLOBJOOEBODFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.ItemList hLOBJOOEBOD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList HLOBJOOEBOD {
get { return hLOBJOOEBOD_; }
set {
hLOBJOOEBOD_ = value;
}
}
/// <summary>Field number for the "area_id" field.</summary>
public const int AreaIdFieldNumber = 1902;
private uint areaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaId {
get { return areaId_; }
set {
areaId_ = value;
}
}
/// <summary>Field number for the "record_info" field.</summary>
public const int RecordInfoFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.RogueRecordInfo recordInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueRecordInfo RecordInfo {
get { return recordInfo_; }
set {
recordInfo_ = value;
}
}
/// <summary>Field number for the "LMMEANJPEND" field.</summary>
public const int LMMEANJPENDFieldNumber = 706;
private uint lMMEANJPEND_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LMMEANJPEND {
get { return lMMEANJPEND_; }
set {
lMMEANJPEND_ = value;
}
}
/// <summary>Field number for the "DEDLGFJAEAM" field.</summary>
public const int DEDLGFJAEAMFieldNumber = 14;
private uint dEDLGFJAEAM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DEDLGFJAEAM {
get { return dEDLGFJAEAM_; }
set {
dEDLGFJAEAM_ = value;
}
}
/// <summary>Field number for the "AGPPEPMGFMF" field.</summary>
public const int AGPPEPMGFMFFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo aGPPEPMGFMF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo AGPPEPMGFMF {
get { return aGPPEPMGFMF_; }
set {
aGPPEPMGFMF_ = value;
}
}
/// <summary>Field number for the "BIMDLGHKAOI" field.</summary>
public const int BIMDLGHKAOIFieldNumber = 11;
private uint bIMDLGHKAOI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BIMDLGHKAOI {
get { return bIMDLGHKAOI_; }
set {
bIMDLGHKAOI_ = value;
}
}
/// <summary>Field number for the "IFEHBIMEMEC" field.</summary>
public const int IFEHBIMEMECFieldNumber = 10;
private uint iFEHBIMEMEC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IFEHBIMEMEC {
get { return iFEHBIMEMEC_; }
set {
iFEHBIMEMEC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueFinishInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueFinishInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ScoreId != other.ScoreId) return false;
if (IsWin != other.IsWin) return false;
if (MNBIEBOLCCN != other.MNBIEBOLCCN) return false;
if (!object.Equals(HLOBJOOEBOD, other.HLOBJOOEBOD)) return false;
if (AreaId != other.AreaId) return false;
if (!object.Equals(RecordInfo, other.RecordInfo)) return false;
if (LMMEANJPEND != other.LMMEANJPEND) return false;
if (DEDLGFJAEAM != other.DEDLGFJAEAM) return false;
if (!object.Equals(AGPPEPMGFMF, other.AGPPEPMGFMF)) return false;
if (BIMDLGHKAOI != other.BIMDLGHKAOI) return false;
if (IFEHBIMEMEC != other.IFEHBIMEMEC) 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 (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (IsWin != false) hash ^= IsWin.GetHashCode();
if (MNBIEBOLCCN != 0) hash ^= MNBIEBOLCCN.GetHashCode();
if (hLOBJOOEBOD_ != null) hash ^= HLOBJOOEBOD.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (recordInfo_ != null) hash ^= RecordInfo.GetHashCode();
if (LMMEANJPEND != 0) hash ^= LMMEANJPEND.GetHashCode();
if (DEDLGFJAEAM != 0) hash ^= DEDLGFJAEAM.GetHashCode();
if (aGPPEPMGFMF_ != null) hash ^= AGPPEPMGFMF.GetHashCode();
if (BIMDLGHKAOI != 0) hash ^= BIMDLGHKAOI.GetHashCode();
if (IFEHBIMEMEC != 0) hash ^= IFEHBIMEMEC.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 (MNBIEBOLCCN != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MNBIEBOLCCN);
}
if (IsWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsWin);
}
if (ScoreId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ScoreId);
}
if (recordInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(RecordInfo);
}
if (hLOBJOOEBOD_ != null) {
output.WriteRawTag(66);
output.WriteMessage(HLOBJOOEBOD);
}
if (IFEHBIMEMEC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IFEHBIMEMEC);
}
if (BIMDLGHKAOI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BIMDLGHKAOI);
}
if (DEDLGFJAEAM != 0) {
output.WriteRawTag(112);
output.WriteUInt32(DEDLGFJAEAM);
}
if (aGPPEPMGFMF_ != null) {
output.WriteRawTag(122);
output.WriteMessage(AGPPEPMGFMF);
}
if (LMMEANJPEND != 0) {
output.WriteRawTag(144, 44);
output.WriteUInt32(LMMEANJPEND);
}
if (AreaId != 0) {
output.WriteRawTag(240, 118);
output.WriteUInt32(AreaId);
}
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 (MNBIEBOLCCN != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MNBIEBOLCCN);
}
if (IsWin != false) {
output.WriteRawTag(16);
output.WriteBool(IsWin);
}
if (ScoreId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ScoreId);
}
if (recordInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(RecordInfo);
}
if (hLOBJOOEBOD_ != null) {
output.WriteRawTag(66);
output.WriteMessage(HLOBJOOEBOD);
}
if (IFEHBIMEMEC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IFEHBIMEMEC);
}
if (BIMDLGHKAOI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BIMDLGHKAOI);
}
if (DEDLGFJAEAM != 0) {
output.WriteRawTag(112);
output.WriteUInt32(DEDLGFJAEAM);
}
if (aGPPEPMGFMF_ != null) {
output.WriteRawTag(122);
output.WriteMessage(AGPPEPMGFMF);
}
if (LMMEANJPEND != 0) {
output.WriteRawTag(144, 44);
output.WriteUInt32(LMMEANJPEND);
}
if (AreaId != 0) {
output.WriteRawTag(240, 118);
output.WriteUInt32(AreaId);
}
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 (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (IsWin != false) {
size += 1 + 1;
}
if (MNBIEBOLCCN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MNBIEBOLCCN);
}
if (hLOBJOOEBOD_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HLOBJOOEBOD);
}
if (AreaId != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (recordInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordInfo);
}
if (LMMEANJPEND != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(LMMEANJPEND);
}
if (DEDLGFJAEAM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DEDLGFJAEAM);
}
if (aGPPEPMGFMF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AGPPEPMGFMF);
}
if (BIMDLGHKAOI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIMDLGHKAOI);
}
if (IFEHBIMEMEC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFEHBIMEMEC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueFinishInfo other) {
if (other == null) {
return;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.IsWin != false) {
IsWin = other.IsWin;
}
if (other.MNBIEBOLCCN != 0) {
MNBIEBOLCCN = other.MNBIEBOLCCN;
}
if (other.hLOBJOOEBOD_ != null) {
if (hLOBJOOEBOD_ == null) {
HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList();
}
HLOBJOOEBOD.MergeFrom(other.HLOBJOOEBOD);
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.recordInfo_ != null) {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
RecordInfo.MergeFrom(other.RecordInfo);
}
if (other.LMMEANJPEND != 0) {
LMMEANJPEND = other.LMMEANJPEND;
}
if (other.DEDLGFJAEAM != 0) {
DEDLGFJAEAM = other.DEDLGFJAEAM;
}
if (other.aGPPEPMGFMF_ != null) {
if (aGPPEPMGFMF_ == null) {
AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
AGPPEPMGFMF.MergeFrom(other.AGPPEPMGFMF);
}
if (other.BIMDLGHKAOI != 0) {
BIMDLGHKAOI = other.BIMDLGHKAOI;
}
if (other.IFEHBIMEMEC != 0) {
IFEHBIMEMEC = other.IFEHBIMEMEC;
}
_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: {
MNBIEBOLCCN = input.ReadUInt32();
break;
}
case 16: {
IsWin = input.ReadBool();
break;
}
case 24: {
ScoreId = input.ReadUInt32();
break;
}
case 50: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 66: {
if (hLOBJOOEBOD_ == null) {
HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(HLOBJOOEBOD);
break;
}
case 80: {
IFEHBIMEMEC = input.ReadUInt32();
break;
}
case 88: {
BIMDLGHKAOI = input.ReadUInt32();
break;
}
case 112: {
DEDLGFJAEAM = input.ReadUInt32();
break;
}
case 122: {
if (aGPPEPMGFMF_ == null) {
AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(AGPPEPMGFMF);
break;
}
case 5648: {
LMMEANJPEND = input.ReadUInt32();
break;
}
case 15216: {
AreaId = 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 8: {
MNBIEBOLCCN = input.ReadUInt32();
break;
}
case 16: {
IsWin = input.ReadBool();
break;
}
case 24: {
ScoreId = input.ReadUInt32();
break;
}
case 50: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 66: {
if (hLOBJOOEBOD_ == null) {
HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(HLOBJOOEBOD);
break;
}
case 80: {
IFEHBIMEMEC = input.ReadUInt32();
break;
}
case 88: {
BIMDLGHKAOI = input.ReadUInt32();
break;
}
case 112: {
DEDLGFJAEAM = input.ReadUInt32();
break;
}
case 122: {
if (aGPPEPMGFMF_ == null) {
AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(AGPPEPMGFMF);
break;
}
case 5648: {
LMMEANJPEND = input.ReadUInt32();
break;
}
case 15216: {
AreaId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code