Files
DanhengServer-OpenSource/Proto/BattlePassInfoNotify.cs
2025-09-27 13:58:04 +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",
"byKpAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSEwoLRUtHT1BMREpPSUkYDCAB",
"KAQSEwoLTktBT0tOTUhPTEgYCyABKAQSGAoQd2Vla2x5X2V4cF9saW1pdBgH",
"IAEoBBILCgNleHAYDiABKA0SEwoLRURCTU5NREpCS08YBiABKA0SDQoFbGV2",
"ZWwYAiABKA0SEwoLSU5CT0NLSkdMQk8YCCABKAQSEwoLTEpGTEZMSU1LQUQY",
"DyABKA0SHgoJdGllcl90eXBlGAkgASgOMgsuQnBUaWVyVHlwZRITCgtDQkpL",
"TExFT0hEQxgNIAEoBBITCgtIS0VPQUFDQ0JQTBgEIAEoBBITCgtDUEhJSU9D",
"S0hQSRgKIAEoBBITCgtGREtLSUtHQU5DSxgFIAEoBEIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "EKGOPLDJOII", "NKAOKNMHOLH", "WeeklyExpLimit", "Exp", "EDBMNMDJBKO", "Level", "INBOCKJGLBO", "LJFLFLIMKAD", "TierType", "CBJKLLEOHDC", "HKEOAACCBPL", "CPHIIOCKHPI", "FDKKIKGANCK" }, 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() {
eKGOPLDJOII_ = other.eKGOPLDJOII_;
nKAOKNMHOLH_ = other.nKAOKNMHOLH_;
weeklyExpLimit_ = other.weeklyExpLimit_;
exp_ = other.exp_;
eDBMNMDJBKO_ = other.eDBMNMDJBKO_;
level_ = other.level_;
iNBOCKJGLBO_ = other.iNBOCKJGLBO_;
lJFLFLIMKAD_ = other.lJFLFLIMKAD_;
tierType_ = other.tierType_;
cBJKLLEOHDC_ = other.cBJKLLEOHDC_;
hKEOAACCBPL_ = other.hKEOAACCBPL_;
cPHIIOCKHPI_ = other.cPHIIOCKHPI_;
fDKKIKGANCK_ = other.fDKKIKGANCK_;
_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 "EKGOPLDJOII" field.</summary>
public const int EKGOPLDJOIIFieldNumber = 12;
private ulong eKGOPLDJOII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong EKGOPLDJOII {
get { return eKGOPLDJOII_; }
set {
eKGOPLDJOII_ = value;
}
}
/// <summary>Field number for the "NKAOKNMHOLH" field.</summary>
public const int NKAOKNMHOLHFieldNumber = 11;
private ulong nKAOKNMHOLH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong NKAOKNMHOLH {
get { return nKAOKNMHOLH_; }
set {
nKAOKNMHOLH_ = value;
}
}
/// <summary>Field number for the "weekly_exp_limit" field.</summary>
public const int WeeklyExpLimitFieldNumber = 7;
private ulong weeklyExpLimit_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong WeeklyExpLimit {
get { return weeklyExpLimit_; }
set {
weeklyExpLimit_ = value;
}
}
/// <summary>Field number for the "exp" field.</summary>
public const int ExpFieldNumber = 14;
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 "EDBMNMDJBKO" field.</summary>
public const int EDBMNMDJBKOFieldNumber = 6;
private uint eDBMNMDJBKO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EDBMNMDJBKO {
get { return eDBMNMDJBKO_; }
set {
eDBMNMDJBKO_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 2;
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 "INBOCKJGLBO" field.</summary>
public const int INBOCKJGLBOFieldNumber = 8;
private ulong iNBOCKJGLBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong INBOCKJGLBO {
get { return iNBOCKJGLBO_; }
set {
iNBOCKJGLBO_ = value;
}
}
/// <summary>Field number for the "LJFLFLIMKAD" field.</summary>
public const int LJFLFLIMKADFieldNumber = 15;
private uint lJFLFLIMKAD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LJFLFLIMKAD {
get { return lJFLFLIMKAD_; }
set {
lJFLFLIMKAD_ = value;
}
}
/// <summary>Field number for the "tier_type" field.</summary>
public const int TierTypeFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.BpTierType tierType_ = global::EggLink.DanhengServer.Proto.BpTierType.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BpTierType TierType {
get { return tierType_; }
set {
tierType_ = value;
}
}
/// <summary>Field number for the "CBJKLLEOHDC" field.</summary>
public const int CBJKLLEOHDCFieldNumber = 13;
private ulong cBJKLLEOHDC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong CBJKLLEOHDC {
get { return cBJKLLEOHDC_; }
set {
cBJKLLEOHDC_ = value;
}
}
/// <summary>Field number for the "HKEOAACCBPL" field.</summary>
public const int HKEOAACCBPLFieldNumber = 4;
private ulong hKEOAACCBPL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong HKEOAACCBPL {
get { return hKEOAACCBPL_; }
set {
hKEOAACCBPL_ = value;
}
}
/// <summary>Field number for the "CPHIIOCKHPI" field.</summary>
public const int CPHIIOCKHPIFieldNumber = 10;
private ulong cPHIIOCKHPI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong CPHIIOCKHPI {
get { return cPHIIOCKHPI_; }
set {
cPHIIOCKHPI_ = value;
}
}
/// <summary>Field number for the "FDKKIKGANCK" field.</summary>
public const int FDKKIKGANCKFieldNumber = 5;
private ulong fDKKIKGANCK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong FDKKIKGANCK {
get { return fDKKIKGANCK_; }
set {
fDKKIKGANCK_ = 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 (EKGOPLDJOII != other.EKGOPLDJOII) return false;
if (NKAOKNMHOLH != other.NKAOKNMHOLH) return false;
if (WeeklyExpLimit != other.WeeklyExpLimit) return false;
if (Exp != other.Exp) return false;
if (EDBMNMDJBKO != other.EDBMNMDJBKO) return false;
if (Level != other.Level) return false;
if (INBOCKJGLBO != other.INBOCKJGLBO) return false;
if (LJFLFLIMKAD != other.LJFLFLIMKAD) return false;
if (TierType != other.TierType) return false;
if (CBJKLLEOHDC != other.CBJKLLEOHDC) return false;
if (HKEOAACCBPL != other.HKEOAACCBPL) return false;
if (CPHIIOCKHPI != other.CPHIIOCKHPI) return false;
if (FDKKIKGANCK != other.FDKKIKGANCK) 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 (EKGOPLDJOII != 0UL) hash ^= EKGOPLDJOII.GetHashCode();
if (NKAOKNMHOLH != 0UL) hash ^= NKAOKNMHOLH.GetHashCode();
if (WeeklyExpLimit != 0UL) hash ^= WeeklyExpLimit.GetHashCode();
if (Exp != 0) hash ^= Exp.GetHashCode();
if (EDBMNMDJBKO != 0) hash ^= EDBMNMDJBKO.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (INBOCKJGLBO != 0UL) hash ^= INBOCKJGLBO.GetHashCode();
if (LJFLFLIMKAD != 0) hash ^= LJFLFLIMKAD.GetHashCode();
if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= TierType.GetHashCode();
if (CBJKLLEOHDC != 0UL) hash ^= CBJKLLEOHDC.GetHashCode();
if (HKEOAACCBPL != 0UL) hash ^= HKEOAACCBPL.GetHashCode();
if (CPHIIOCKHPI != 0UL) hash ^= CPHIIOCKHPI.GetHashCode();
if (FDKKIKGANCK != 0UL) hash ^= FDKKIKGANCK.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 (Level != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Level);
}
if (HKEOAACCBPL != 0UL) {
output.WriteRawTag(32);
output.WriteUInt64(HKEOAACCBPL);
}
if (FDKKIKGANCK != 0UL) {
output.WriteRawTag(40);
output.WriteUInt64(FDKKIKGANCK);
}
if (EDBMNMDJBKO != 0) {
output.WriteRawTag(48);
output.WriteUInt32(EDBMNMDJBKO);
}
if (WeeklyExpLimit != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(WeeklyExpLimit);
}
if (INBOCKJGLBO != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(INBOCKJGLBO);
}
if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
output.WriteRawTag(72);
output.WriteEnum((int) TierType);
}
if (CPHIIOCKHPI != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(CPHIIOCKHPI);
}
if (NKAOKNMHOLH != 0UL) {
output.WriteRawTag(88);
output.WriteUInt64(NKAOKNMHOLH);
}
if (EKGOPLDJOII != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(EKGOPLDJOII);
}
if (CBJKLLEOHDC != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(CBJKLLEOHDC);
}
if (Exp != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Exp);
}
if (LJFLFLIMKAD != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LJFLFLIMKAD);
}
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 (Level != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Level);
}
if (HKEOAACCBPL != 0UL) {
output.WriteRawTag(32);
output.WriteUInt64(HKEOAACCBPL);
}
if (FDKKIKGANCK != 0UL) {
output.WriteRawTag(40);
output.WriteUInt64(FDKKIKGANCK);
}
if (EDBMNMDJBKO != 0) {
output.WriteRawTag(48);
output.WriteUInt32(EDBMNMDJBKO);
}
if (WeeklyExpLimit != 0UL) {
output.WriteRawTag(56);
output.WriteUInt64(WeeklyExpLimit);
}
if (INBOCKJGLBO != 0UL) {
output.WriteRawTag(64);
output.WriteUInt64(INBOCKJGLBO);
}
if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
output.WriteRawTag(72);
output.WriteEnum((int) TierType);
}
if (CPHIIOCKHPI != 0UL) {
output.WriteRawTag(80);
output.WriteUInt64(CPHIIOCKHPI);
}
if (NKAOKNMHOLH != 0UL) {
output.WriteRawTag(88);
output.WriteUInt64(NKAOKNMHOLH);
}
if (EKGOPLDJOII != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(EKGOPLDJOII);
}
if (CBJKLLEOHDC != 0UL) {
output.WriteRawTag(104);
output.WriteUInt64(CBJKLLEOHDC);
}
if (Exp != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Exp);
}
if (LJFLFLIMKAD != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LJFLFLIMKAD);
}
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 (EKGOPLDJOII != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(EKGOPLDJOII);
}
if (NKAOKNMHOLH != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(NKAOKNMHOLH);
}
if (WeeklyExpLimit != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(WeeklyExpLimit);
}
if (Exp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
}
if (EDBMNMDJBKO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EDBMNMDJBKO);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (INBOCKJGLBO != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(INBOCKJGLBO);
}
if (LJFLFLIMKAD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJFLFLIMKAD);
}
if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) TierType);
}
if (CBJKLLEOHDC != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CBJKLLEOHDC);
}
if (HKEOAACCBPL != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HKEOAACCBPL);
}
if (CPHIIOCKHPI != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CPHIIOCKHPI);
}
if (FDKKIKGANCK != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(FDKKIKGANCK);
}
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.EKGOPLDJOII != 0UL) {
EKGOPLDJOII = other.EKGOPLDJOII;
}
if (other.NKAOKNMHOLH != 0UL) {
NKAOKNMHOLH = other.NKAOKNMHOLH;
}
if (other.WeeklyExpLimit != 0UL) {
WeeklyExpLimit = other.WeeklyExpLimit;
}
if (other.Exp != 0) {
Exp = other.Exp;
}
if (other.EDBMNMDJBKO != 0) {
EDBMNMDJBKO = other.EDBMNMDJBKO;
}
if (other.Level != 0) {
Level = other.Level;
}
if (other.INBOCKJGLBO != 0UL) {
INBOCKJGLBO = other.INBOCKJGLBO;
}
if (other.LJFLFLIMKAD != 0) {
LJFLFLIMKAD = other.LJFLFLIMKAD;
}
if (other.TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
TierType = other.TierType;
}
if (other.CBJKLLEOHDC != 0UL) {
CBJKLLEOHDC = other.CBJKLLEOHDC;
}
if (other.HKEOAACCBPL != 0UL) {
HKEOAACCBPL = other.HKEOAACCBPL;
}
if (other.CPHIIOCKHPI != 0UL) {
CPHIIOCKHPI = other.CPHIIOCKHPI;
}
if (other.FDKKIKGANCK != 0UL) {
FDKKIKGANCK = other.FDKKIKGANCK;
}
_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: {
Level = input.ReadUInt32();
break;
}
case 32: {
HKEOAACCBPL = input.ReadUInt64();
break;
}
case 40: {
FDKKIKGANCK = input.ReadUInt64();
break;
}
case 48: {
EDBMNMDJBKO = input.ReadUInt32();
break;
}
case 56: {
WeeklyExpLimit = input.ReadUInt64();
break;
}
case 64: {
INBOCKJGLBO = input.ReadUInt64();
break;
}
case 72: {
TierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
break;
}
case 80: {
CPHIIOCKHPI = input.ReadUInt64();
break;
}
case 88: {
NKAOKNMHOLH = input.ReadUInt64();
break;
}
case 96: {
EKGOPLDJOII = input.ReadUInt64();
break;
}
case 104: {
CBJKLLEOHDC = input.ReadUInt64();
break;
}
case 112: {
Exp = input.ReadUInt32();
break;
}
case 120: {
LJFLFLIMKAD = 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: {
Level = input.ReadUInt32();
break;
}
case 32: {
HKEOAACCBPL = input.ReadUInt64();
break;
}
case 40: {
FDKKIKGANCK = input.ReadUInt64();
break;
}
case 48: {
EDBMNMDJBKO = input.ReadUInt32();
break;
}
case 56: {
WeeklyExpLimit = input.ReadUInt64();
break;
}
case 64: {
INBOCKJGLBO = input.ReadUInt64();
break;
}
case 72: {
TierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
break;
}
case 80: {
CPHIIOCKHPI = input.ReadUInt64();
break;
}
case 88: {
NKAOKNMHOLH = input.ReadUInt64();
break;
}
case 96: {
EKGOPLDJOII = input.ReadUInt64();
break;
}
case 104: {
CBJKLLEOHDC = input.ReadUInt64();
break;
}
case 112: {
Exp = input.ReadUInt32();
break;
}
case 120: {
LJFLFLIMKAD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code