Files
DanhengServer-OpenSource/Proto/MDOHAFBEEPK.cs
2025-04-20 16:34:13 +08:00

611 lines
21 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MDOHAFBEEPK.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 MDOHAFBEEPK.proto</summary>
public static partial class MDOHAFBEEPKReflection {
#region Descriptor
/// <summary>File descriptor for MDOHAFBEEPK.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MDOHAFBEEPKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNRE9IQUZCRUVQSy5wcm90bxoRQ0RJTUVNRkpKRlAucHJvdG8aEU5QUE5G",
"UFBFTk1DLnByb3RvIogCCgtNRE9IQUZCRUVQSxIOCgZjdXJfaHAYDCABKA0S",
"EwoLTUlERUpOSkNBSUEYCCABKA0SEwoLTkFKTFBOTE5PSkUYASABKA0SIQoL",
"TklBRUdISkxOTUIYAyABKAsyDC5DRElNRU1GSkpGUBITCgtlbmVyZ3lfaW5m",
"bxgOIAEoDRITCgtHREZORFBNSkRBRhgJIAEoDRITCgtBTkhGSktFUENHRhgF",
"IAEoDRITCgtBSUhNR0hBSkdLShgKIAMoDRIQCghzY29yZV9pZBgLIAEoDRIT",
"CgtQS0RQSUVNR0lCRRgPIAEoDRIhCgtLSlBNT0hGSUlMTxgHIAEoDjIMLk5Q",
"UE5GUFBFTk1DQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPPNFPPENMCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MDOHAFBEEPK), global::EggLink.DanhengServer.Proto.MDOHAFBEEPK.Parser, new[]{ "CurHp", "MIDEJNJCAIA", "NAJLPNLNOJE", "NIAEGHJLNMB", "EnergyInfo", "GDFNDPMJDAF", "ANHFJKEPCGF", "AIHMGHAJGKJ", "ScoreId", "PKDPIEMGIBE", "KJPMOHFIILO" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MDOHAFBEEPK : pb::IMessage<MDOHAFBEEPK>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MDOHAFBEEPK> _parser = new pb::MessageParser<MDOHAFBEEPK>(() => new MDOHAFBEEPK());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MDOHAFBEEPK> 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.MDOHAFBEEPKReflection.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 MDOHAFBEEPK() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MDOHAFBEEPK(MDOHAFBEEPK other) : this() {
curHp_ = other.curHp_;
mIDEJNJCAIA_ = other.mIDEJNJCAIA_;
nAJLPNLNOJE_ = other.nAJLPNLNOJE_;
nIAEGHJLNMB_ = other.nIAEGHJLNMB_ != null ? other.nIAEGHJLNMB_.Clone() : null;
energyInfo_ = other.energyInfo_;
gDFNDPMJDAF_ = other.gDFNDPMJDAF_;
aNHFJKEPCGF_ = other.aNHFJKEPCGF_;
aIHMGHAJGKJ_ = other.aIHMGHAJGKJ_.Clone();
scoreId_ = other.scoreId_;
pKDPIEMGIBE_ = other.pKDPIEMGIBE_;
kJPMOHFIILO_ = other.kJPMOHFIILO_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MDOHAFBEEPK Clone() {
return new MDOHAFBEEPK(this);
}
/// <summary>Field number for the "cur_hp" field.</summary>
public const int CurHpFieldNumber = 12;
private uint curHp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurHp {
get { return curHp_; }
set {
curHp_ = value;
}
}
/// <summary>Field number for the "MIDEJNJCAIA" field.</summary>
public const int MIDEJNJCAIAFieldNumber = 8;
private uint mIDEJNJCAIA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MIDEJNJCAIA {
get { return mIDEJNJCAIA_; }
set {
mIDEJNJCAIA_ = value;
}
}
/// <summary>Field number for the "NAJLPNLNOJE" field.</summary>
public const int NAJLPNLNOJEFieldNumber = 1;
private uint nAJLPNLNOJE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NAJLPNLNOJE {
get { return nAJLPNLNOJE_; }
set {
nAJLPNLNOJE_ = value;
}
}
/// <summary>Field number for the "NIAEGHJLNMB" field.</summary>
public const int NIAEGHJLNMBFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.CDIMEMFJJFP nIAEGHJLNMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CDIMEMFJJFP NIAEGHJLNMB {
get { return nIAEGHJLNMB_; }
set {
nIAEGHJLNMB_ = value;
}
}
/// <summary>Field number for the "energy_info" field.</summary>
public const int EnergyInfoFieldNumber = 14;
private uint energyInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EnergyInfo {
get { return energyInfo_; }
set {
energyInfo_ = value;
}
}
/// <summary>Field number for the "GDFNDPMJDAF" field.</summary>
public const int GDFNDPMJDAFFieldNumber = 9;
private uint gDFNDPMJDAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GDFNDPMJDAF {
get { return gDFNDPMJDAF_; }
set {
gDFNDPMJDAF_ = value;
}
}
/// <summary>Field number for the "ANHFJKEPCGF" field.</summary>
public const int ANHFJKEPCGFFieldNumber = 5;
private uint aNHFJKEPCGF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ANHFJKEPCGF {
get { return aNHFJKEPCGF_; }
set {
aNHFJKEPCGF_ = value;
}
}
/// <summary>Field number for the "AIHMGHAJGKJ" field.</summary>
public const int AIHMGHAJGKJFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_aIHMGHAJGKJ_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> aIHMGHAJGKJ_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> AIHMGHAJGKJ {
get { return aIHMGHAJGKJ_; }
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 11;
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 "PKDPIEMGIBE" field.</summary>
public const int PKDPIEMGIBEFieldNumber = 15;
private uint pKDPIEMGIBE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PKDPIEMGIBE {
get { return pKDPIEMGIBE_; }
set {
pKDPIEMGIBE_ = value;
}
}
/// <summary>Field number for the "KJPMOHFIILO" field.</summary>
public const int KJPMOHFIILOFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.NPPNFPPENMC kJPMOHFIILO_ = global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NPPNFPPENMC KJPMOHFIILO {
get { return kJPMOHFIILO_; }
set {
kJPMOHFIILO_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MDOHAFBEEPK);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MDOHAFBEEPK other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CurHp != other.CurHp) return false;
if (MIDEJNJCAIA != other.MIDEJNJCAIA) return false;
if (NAJLPNLNOJE != other.NAJLPNLNOJE) return false;
if (!object.Equals(NIAEGHJLNMB, other.NIAEGHJLNMB)) return false;
if (EnergyInfo != other.EnergyInfo) return false;
if (GDFNDPMJDAF != other.GDFNDPMJDAF) return false;
if (ANHFJKEPCGF != other.ANHFJKEPCGF) return false;
if(!aIHMGHAJGKJ_.Equals(other.aIHMGHAJGKJ_)) return false;
if (ScoreId != other.ScoreId) return false;
if (PKDPIEMGIBE != other.PKDPIEMGIBE) return false;
if (KJPMOHFIILO != other.KJPMOHFIILO) 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 (CurHp != 0) hash ^= CurHp.GetHashCode();
if (MIDEJNJCAIA != 0) hash ^= MIDEJNJCAIA.GetHashCode();
if (NAJLPNLNOJE != 0) hash ^= NAJLPNLNOJE.GetHashCode();
if (nIAEGHJLNMB_ != null) hash ^= NIAEGHJLNMB.GetHashCode();
if (EnergyInfo != 0) hash ^= EnergyInfo.GetHashCode();
if (GDFNDPMJDAF != 0) hash ^= GDFNDPMJDAF.GetHashCode();
if (ANHFJKEPCGF != 0) hash ^= ANHFJKEPCGF.GetHashCode();
hash ^= aIHMGHAJGKJ_.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (PKDPIEMGIBE != 0) hash ^= PKDPIEMGIBE.GetHashCode();
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive) hash ^= KJPMOHFIILO.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 (NAJLPNLNOJE != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NAJLPNLNOJE);
}
if (nIAEGHJLNMB_ != null) {
output.WriteRawTag(26);
output.WriteMessage(NIAEGHJLNMB);
}
if (ANHFJKEPCGF != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ANHFJKEPCGF);
}
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive) {
output.WriteRawTag(56);
output.WriteEnum((int) KJPMOHFIILO);
}
if (MIDEJNJCAIA != 0) {
output.WriteRawTag(64);
output.WriteUInt32(MIDEJNJCAIA);
}
if (GDFNDPMJDAF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GDFNDPMJDAF);
}
aIHMGHAJGKJ_.WriteTo(output, _repeated_aIHMGHAJGKJ_codec);
if (ScoreId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ScoreId);
}
if (CurHp != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CurHp);
}
if (EnergyInfo != 0) {
output.WriteRawTag(112);
output.WriteUInt32(EnergyInfo);
}
if (PKDPIEMGIBE != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PKDPIEMGIBE);
}
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 (NAJLPNLNOJE != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NAJLPNLNOJE);
}
if (nIAEGHJLNMB_ != null) {
output.WriteRawTag(26);
output.WriteMessage(NIAEGHJLNMB);
}
if (ANHFJKEPCGF != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ANHFJKEPCGF);
}
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive) {
output.WriteRawTag(56);
output.WriteEnum((int) KJPMOHFIILO);
}
if (MIDEJNJCAIA != 0) {
output.WriteRawTag(64);
output.WriteUInt32(MIDEJNJCAIA);
}
if (GDFNDPMJDAF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GDFNDPMJDAF);
}
aIHMGHAJGKJ_.WriteTo(ref output, _repeated_aIHMGHAJGKJ_codec);
if (ScoreId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ScoreId);
}
if (CurHp != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CurHp);
}
if (EnergyInfo != 0) {
output.WriteRawTag(112);
output.WriteUInt32(EnergyInfo);
}
if (PKDPIEMGIBE != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PKDPIEMGIBE);
}
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 (CurHp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurHp);
}
if (MIDEJNJCAIA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MIDEJNJCAIA);
}
if (NAJLPNLNOJE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NAJLPNLNOJE);
}
if (nIAEGHJLNMB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NIAEGHJLNMB);
}
if (EnergyInfo != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EnergyInfo);
}
if (GDFNDPMJDAF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GDFNDPMJDAF);
}
if (ANHFJKEPCGF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ANHFJKEPCGF);
}
size += aIHMGHAJGKJ_.CalculateSize(_repeated_aIHMGHAJGKJ_codec);
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (PKDPIEMGIBE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PKDPIEMGIBE);
}
if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) KJPMOHFIILO);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MDOHAFBEEPK other) {
if (other == null) {
return;
}
if (other.CurHp != 0) {
CurHp = other.CurHp;
}
if (other.MIDEJNJCAIA != 0) {
MIDEJNJCAIA = other.MIDEJNJCAIA;
}
if (other.NAJLPNLNOJE != 0) {
NAJLPNLNOJE = other.NAJLPNLNOJE;
}
if (other.nIAEGHJLNMB_ != null) {
if (nIAEGHJLNMB_ == null) {
NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP();
}
NIAEGHJLNMB.MergeFrom(other.NIAEGHJLNMB);
}
if (other.EnergyInfo != 0) {
EnergyInfo = other.EnergyInfo;
}
if (other.GDFNDPMJDAF != 0) {
GDFNDPMJDAF = other.GDFNDPMJDAF;
}
if (other.ANHFJKEPCGF != 0) {
ANHFJKEPCGF = other.ANHFJKEPCGF;
}
aIHMGHAJGKJ_.Add(other.aIHMGHAJGKJ_);
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.PKDPIEMGIBE != 0) {
PKDPIEMGIBE = other.PKDPIEMGIBE;
}
if (other.KJPMOHFIILO != global::EggLink.DanhengServer.Proto.NPPNFPPENMC.Match3PlayerStateAlive) {
KJPMOHFIILO = other.KJPMOHFIILO;
}
_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: {
NAJLPNLNOJE = input.ReadUInt32();
break;
}
case 26: {
if (nIAEGHJLNMB_ == null) {
NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP();
}
input.ReadMessage(NIAEGHJLNMB);
break;
}
case 40: {
ANHFJKEPCGF = input.ReadUInt32();
break;
}
case 56: {
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.NPPNFPPENMC) input.ReadEnum();
break;
}
case 64: {
MIDEJNJCAIA = input.ReadUInt32();
break;
}
case 72: {
GDFNDPMJDAF = input.ReadUInt32();
break;
}
case 82:
case 80: {
aIHMGHAJGKJ_.AddEntriesFrom(input, _repeated_aIHMGHAJGKJ_codec);
break;
}
case 88: {
ScoreId = input.ReadUInt32();
break;
}
case 96: {
CurHp = input.ReadUInt32();
break;
}
case 112: {
EnergyInfo = input.ReadUInt32();
break;
}
case 120: {
PKDPIEMGIBE = 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: {
NAJLPNLNOJE = input.ReadUInt32();
break;
}
case 26: {
if (nIAEGHJLNMB_ == null) {
NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP();
}
input.ReadMessage(NIAEGHJLNMB);
break;
}
case 40: {
ANHFJKEPCGF = input.ReadUInt32();
break;
}
case 56: {
KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.NPPNFPPENMC) input.ReadEnum();
break;
}
case 64: {
MIDEJNJCAIA = input.ReadUInt32();
break;
}
case 72: {
GDFNDPMJDAF = input.ReadUInt32();
break;
}
case 82:
case 80: {
aIHMGHAJGKJ_.AddEntriesFrom(ref input, _repeated_aIHMGHAJGKJ_codec);
break;
}
case 88: {
ScoreId = input.ReadUInt32();
break;
}
case 96: {
CurHp = input.ReadUInt32();
break;
}
case 112: {
EnergyInfo = input.ReadUInt32();
break;
}
case 120: {
PKDPIEMGIBE = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code