Files
DanhengServer-OpenSource/Proto/BattlePassInfoNotify.cs
2024-10-26 22:27:53 +08:00

685 lines
23 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattlePassInfoNotify.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 BattlePassInfoNotify.proto</summary>
public static partial class BattlePassInfoNotifyReflection {
#region Descriptor
/// <summary>File descriptor for BattlePassInfoNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattlePassInfoNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpCYXR0bGVQYXNzSW5mb05vdGlmeS5wcm90bxoQQnBUaWVyVHlwZS5wcm90",
"byKnAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSDQoFbGV2ZWwYBiABKA0SEwoL",
"Q0tORk1JRkZBSEkYDCABKAQSEwoLRUxQR0VETUJDTkIYCiABKAQSEwoLQkFB",
"SUFGSUpGQUYYDiABKAQSCwoDZXhwGAsgASgNEhMKC05QTUNQTEdGT0hMGAkg",
"ASgNEhMKC0ZKSURJS0FKTUpJGA0gASgEEhMKC1BGRk1FTkJESEpDGAEgASgE",
"EhMKC09MT0JBR0xCR0hHGAggASgEEiEKDGJwX3RpZXJfdHlwZRgPIAEoDjIL",
"LkJwVGllclR5cGUSEwoLR01CTk9KQk9IS0sYBSABKAQSEwoLT0ZHR0FNSExQ",
"TVAYAyABKA0SEwoLSE1CQUZFRUtOQUoYByABKARCHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BpTierTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattlePassInfoNotify), global::EggLink.DanhengServer.Proto.BattlePassInfoNotify.Parser, new[]{ "Level", "CKNFMIFFAHI", "ELPGEDMBCNB", "BAAIAFIJFAF", "Exp", "NPMCPLGFOHL", "FJIDIKAJMJI", "PFFMENBDHJC", "OLOBAGLBGHG", "BpTierType", "GMBNOJBOHKK", "OFGGAMHLPMP", "HMBAFEEKNAJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BattlePassInfoNotify : pb::IMessage<BattlePassInfoNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BattlePassInfoNotify> _parser = new pb::MessageParser<BattlePassInfoNotify>(() => new BattlePassInfoNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BattlePassInfoNotify> 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.BattlePassInfoNotifyReflection.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 BattlePassInfoNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattlePassInfoNotify(BattlePassInfoNotify other) : this() {
level_ = other.level_;
cKNFMIFFAHI_ = other.cKNFMIFFAHI_;
eLPGEDMBCNB_ = other.eLPGEDMBCNB_;
bAAIAFIJFAF_ = other.bAAIAFIJFAF_;
exp_ = other.exp_;
nPMCPLGFOHL_ = other.nPMCPLGFOHL_;
fJIDIKAJMJI_ = other.fJIDIKAJMJI_;
pFFMENBDHJC_ = other.pFFMENBDHJC_;
oLOBAGLBGHG_ = other.oLOBAGLBGHG_;
bpTierType_ = other.bpTierType_;
gMBNOJBOHKK_ = other.gMBNOJBOHKK_;
oFGGAMHLPMP_ = other.oFGGAMHLPMP_;
hMBAFEEKNAJ_ = other.hMBAFEEKNAJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattlePassInfoNotify Clone() {
return new BattlePassInfoNotify(this);
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 6;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// <summary>Field number for the "CKNFMIFFAHI" field.</summary>
public const int CKNFMIFFAHIFieldNumber = 12;
private ulong cKNFMIFFAHI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong CKNFMIFFAHI {
get { return cKNFMIFFAHI_; }
set {
cKNFMIFFAHI_ = value;
}
}
/// <summary>Field number for the "ELPGEDMBCNB" field.</summary>
public const int ELPGEDMBCNBFieldNumber = 10;
private ulong eLPGEDMBCNB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong ELPGEDMBCNB {
get { return eLPGEDMBCNB_; }
set {
eLPGEDMBCNB_ = value;
}
}
/// <summary>Field number for the "BAAIAFIJFAF" field.</summary>
public const int BAAIAFIJFAFFieldNumber = 14;
private ulong bAAIAFIJFAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong BAAIAFIJFAF {
get { return bAAIAFIJFAF_; }
set {
bAAIAFIJFAF_ = value;
}
}
/// <summary>Field number for the "exp" field.</summary>
public const int ExpFieldNumber = 11;
private uint exp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Exp {
get { return exp_; }
set {
exp_ = value;
}
}
/// <summary>Field number for the "NPMCPLGFOHL" field.</summary>
public const int NPMCPLGFOHLFieldNumber = 9;
private uint nPMCPLGFOHL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NPMCPLGFOHL {
get { return nPMCPLGFOHL_; }
set {
nPMCPLGFOHL_ = value;
}
}
/// <summary>Field number for the "FJIDIKAJMJI" field.</summary>
public const int FJIDIKAJMJIFieldNumber = 13;
private ulong fJIDIKAJMJI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong FJIDIKAJMJI {
get { return fJIDIKAJMJI_; }
set {
fJIDIKAJMJI_ = value;
}
}
/// <summary>Field number for the "PFFMENBDHJC" field.</summary>
public const int PFFMENBDHJCFieldNumber = 1;
private ulong pFFMENBDHJC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong PFFMENBDHJC {
get { return pFFMENBDHJC_; }
set {
pFFMENBDHJC_ = value;
}
}
/// <summary>Field number for the "OLOBAGLBGHG" field.</summary>
public const int OLOBAGLBGHGFieldNumber = 8;
private ulong oLOBAGLBGHG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong OLOBAGLBGHG {
get { return oLOBAGLBGHG_; }
set {
oLOBAGLBGHG_ = value;
}
}
/// <summary>Field number for the "bp_tier_type" field.</summary>
public const int BpTierTypeFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.BpTierType bpTierType_ = global::EggLink.DanhengServer.Proto.BpTierType.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BpTierType BpTierType {
get { return bpTierType_; }
set {
bpTierType_ = value;
}
}
/// <summary>Field number for the "GMBNOJBOHKK" field.</summary>
public const int GMBNOJBOHKKFieldNumber = 5;
private ulong gMBNOJBOHKK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong GMBNOJBOHKK {
get { return gMBNOJBOHKK_; }
set {
gMBNOJBOHKK_ = value;
}
}
/// <summary>Field number for the "OFGGAMHLPMP" field.</summary>
public const int OFGGAMHLPMPFieldNumber = 3;
private uint oFGGAMHLPMP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OFGGAMHLPMP {
get { return oFGGAMHLPMP_; }
set {
oFGGAMHLPMP_ = value;
}
}
/// <summary>Field number for the "HMBAFEEKNAJ" field.</summary>
public const int HMBAFEEKNAJFieldNumber = 7;
private ulong hMBAFEEKNAJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong HMBAFEEKNAJ {
get { return hMBAFEEKNAJ_; }
set {
hMBAFEEKNAJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BattlePassInfoNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BattlePassInfoNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Level != other.Level) return false;
if (CKNFMIFFAHI != other.CKNFMIFFAHI) return false;
if (ELPGEDMBCNB != other.ELPGEDMBCNB) return false;
if (BAAIAFIJFAF != other.BAAIAFIJFAF) return false;
if (Exp != other.Exp) return false;
if (NPMCPLGFOHL != other.NPMCPLGFOHL) return false;
if (FJIDIKAJMJI != other.FJIDIKAJMJI) return false;
if (PFFMENBDHJC != other.PFFMENBDHJC) return false;
if (OLOBAGLBGHG != other.OLOBAGLBGHG) return false;
if (BpTierType != other.BpTierType) return false;
if (GMBNOJBOHKK != other.GMBNOJBOHKK) return false;
if (OFGGAMHLPMP != other.OFGGAMHLPMP) return false;
if (HMBAFEEKNAJ != other.HMBAFEEKNAJ) 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 (Level != 0) hash ^= Level.GetHashCode();
if (CKNFMIFFAHI != 0UL) hash ^= CKNFMIFFAHI.GetHashCode();
if (ELPGEDMBCNB != 0UL) hash ^= ELPGEDMBCNB.GetHashCode();
if (BAAIAFIJFAF != 0UL) hash ^= BAAIAFIJFAF.GetHashCode();
if (Exp != 0) hash ^= Exp.GetHashCode();
if (NPMCPLGFOHL != 0) hash ^= NPMCPLGFOHL.GetHashCode();
if (FJIDIKAJMJI != 0UL) hash ^= FJIDIKAJMJI.GetHashCode();
if (PFFMENBDHJC != 0UL) hash ^= PFFMENBDHJC.GetHashCode();
if (OLOBAGLBGHG != 0UL) hash ^= OLOBAGLBGHG.GetHashCode();
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= BpTierType.GetHashCode();
if (GMBNOJBOHKK != 0UL) hash ^= GMBNOJBOHKK.GetHashCode();
if (OFGGAMHLPMP != 0) hash ^= OFGGAMHLPMP.GetHashCode();
if (HMBAFEEKNAJ != 0UL) hash ^= HMBAFEEKNAJ.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 (PFFMENBDHJC != 0UL) {
output.WriteRawTag(8);
output.WriteUInt64(PFFMENBDHJC);
}
if (OFGGAMHLPMP != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OFGGAMHLPMP);
}
if (GMBNOJBOHKK != 0UL) {
output.WriteRawTag(40);
output.WriteUInt64(GMBNOJBOHKK);
}
if (Level != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Level);
}
if (HMBAFEEKNAJ != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(HMBAFEEKNAJ);
}
if (OLOBAGLBGHG != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(OLOBAGLBGHG);
}
if (NPMCPLGFOHL != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NPMCPLGFOHL);
}
if (ELPGEDMBCNB != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(ELPGEDMBCNB);
}
if (Exp != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Exp);
}
if (CKNFMIFFAHI != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(CKNFMIFFAHI);
}
if (FJIDIKAJMJI != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(FJIDIKAJMJI);
}
if (BAAIAFIJFAF != 0UL) {
output.WriteRawTag(112);
output.WriteUInt64(BAAIAFIJFAF);
}
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
output.WriteRawTag(120);
output.WriteEnum((int) BpTierType);
}
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 (PFFMENBDHJC != 0UL) {
output.WriteRawTag(8);
output.WriteUInt64(PFFMENBDHJC);
}
if (OFGGAMHLPMP != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OFGGAMHLPMP);
}
if (GMBNOJBOHKK != 0UL) {
output.WriteRawTag(40);
output.WriteUInt64(GMBNOJBOHKK);
}
if (Level != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Level);
}
if (HMBAFEEKNAJ != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(HMBAFEEKNAJ);
}
if (OLOBAGLBGHG != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(OLOBAGLBGHG);
}
if (NPMCPLGFOHL != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NPMCPLGFOHL);
}
if (ELPGEDMBCNB != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(ELPGEDMBCNB);
}
if (Exp != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Exp);
}
if (CKNFMIFFAHI != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(CKNFMIFFAHI);
}
if (FJIDIKAJMJI != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(FJIDIKAJMJI);
}
if (BAAIAFIJFAF != 0UL) {
output.WriteRawTag(112);
output.WriteUInt64(BAAIAFIJFAF);
}
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
output.WriteRawTag(120);
output.WriteEnum((int) BpTierType);
}
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 (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (CKNFMIFFAHI != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CKNFMIFFAHI);
}
if (ELPGEDMBCNB != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ELPGEDMBCNB);
}
if (BAAIAFIJFAF != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(BAAIAFIJFAF);
}
if (Exp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
}
if (NPMCPLGFOHL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NPMCPLGFOHL);
}
if (FJIDIKAJMJI != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(FJIDIKAJMJI);
}
if (PFFMENBDHJC != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PFFMENBDHJC);
}
if (OLOBAGLBGHG != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OLOBAGLBGHG);
}
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BpTierType);
}
if (GMBNOJBOHKK != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(GMBNOJBOHKK);
}
if (OFGGAMHLPMP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGGAMHLPMP);
}
if (HMBAFEEKNAJ != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HMBAFEEKNAJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BattlePassInfoNotify other) {
if (other == null) {
return;
}
if (other.Level != 0) {
Level = other.Level;
}
if (other.CKNFMIFFAHI != 0UL) {
CKNFMIFFAHI = other.CKNFMIFFAHI;
}
if (other.ELPGEDMBCNB != 0UL) {
ELPGEDMBCNB = other.ELPGEDMBCNB;
}
if (other.BAAIAFIJFAF != 0UL) {
BAAIAFIJFAF = other.BAAIAFIJFAF;
}
if (other.Exp != 0) {
Exp = other.Exp;
}
if (other.NPMCPLGFOHL != 0) {
NPMCPLGFOHL = other.NPMCPLGFOHL;
}
if (other.FJIDIKAJMJI != 0UL) {
FJIDIKAJMJI = other.FJIDIKAJMJI;
}
if (other.PFFMENBDHJC != 0UL) {
PFFMENBDHJC = other.PFFMENBDHJC;
}
if (other.OLOBAGLBGHG != 0UL) {
OLOBAGLBGHG = other.OLOBAGLBGHG;
}
if (other.BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
BpTierType = other.BpTierType;
}
if (other.GMBNOJBOHKK != 0UL) {
GMBNOJBOHKK = other.GMBNOJBOHKK;
}
if (other.OFGGAMHLPMP != 0) {
OFGGAMHLPMP = other.OFGGAMHLPMP;
}
if (other.HMBAFEEKNAJ != 0UL) {
HMBAFEEKNAJ = other.HMBAFEEKNAJ;
}
_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: {
PFFMENBDHJC = input.ReadUInt64();
break;
}
case 24: {
OFGGAMHLPMP = input.ReadUInt32();
break;
}
case 40: {
GMBNOJBOHKK = input.ReadUInt64();
break;
}
case 48: {
Level = input.ReadUInt32();
break;
}
case 56: {
HMBAFEEKNAJ = input.ReadUInt64();
break;
}
case 64: {
OLOBAGLBGHG = input.ReadUInt64();
break;
}
case 72: {
NPMCPLGFOHL = input.ReadUInt32();
break;
}
case 80: {
ELPGEDMBCNB = input.ReadUInt64();
break;
}
case 88: {
Exp = input.ReadUInt32();
break;
}
case 96: {
CKNFMIFFAHI = input.ReadUInt64();
break;
}
case 104: {
FJIDIKAJMJI = input.ReadUInt64();
break;
}
case 112: {
BAAIAFIJFAF = input.ReadUInt64();
break;
}
case 120: {
BpTierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
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: {
PFFMENBDHJC = input.ReadUInt64();
break;
}
case 24: {
OFGGAMHLPMP = input.ReadUInt32();
break;
}
case 40: {
GMBNOJBOHKK = input.ReadUInt64();
break;
}
case 48: {
Level = input.ReadUInt32();
break;
}
case 56: {
HMBAFEEKNAJ = input.ReadUInt64();
break;
}
case 64: {
OLOBAGLBGHG = input.ReadUInt64();
break;
}
case 72: {
NPMCPLGFOHL = input.ReadUInt32();
break;
}
case 80: {
ELPGEDMBCNB = input.ReadUInt64();
break;
}
case 88: {
Exp = input.ReadUInt32();
break;
}
case 96: {
CKNFMIFFAHI = input.ReadUInt64();
break;
}
case 104: {
FJIDIKAJMJI = input.ReadUInt64();
break;
}
case 112: {
BAAIAFIJFAF = input.ReadUInt64();
break;
}
case 120: {
BpTierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code