Files
DanhengServer-OpenSource/Proto/HBGHAOPBKJP.cs
2025-09-27 13:58:04 +08:00

740 lines
24 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HBGHAOPBKJP.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 HBGHAOPBKJP.proto</summary>
public static partial class HBGHAOPBKJPReflection {
#region Descriptor
/// <summary>File descriptor for HBGHAOPBKJP.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HBGHAOPBKJPReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFIQkdIQU9QQktKUC5wcm90bxoWTWFyYmxlU2VhbFZlY3Rvci5wcm90byK9",
"AgoLSEJHSEFPUEJLSlASCgoCaWQYByABKA0SDwoHYnVmZl9pZBgDIAEoDRIN",
"CgVsZXZlbBgJIAEoDRIoCg1zZWFsX3JvdGF0aW9uGAggASgLMhEuTWFyYmxl",
"U2VhbFZlY3RvchIVCg1zZWFsX29uX3N0YWdlGAwgASgIEg4KBmF0dGFjaxgG",
"IAEoBRIbChNpc19lZmZlY3RfYXZhaWxhYmxlGA4gASgIEhEKCXNlYWxfc2l6",
"ZRgLIAEoAhITCgtCTU5FQ1BJT1BEThgCIAEoCBITCgtKTENJS0JMTkVOSBgF",
"IAEoDRIOCgZtYXhfaHAYASABKAUSEQoJbGF1bmNoaW5nGAQgASgIEigKDXNl",
"YWxfcG9zaXRpb24YDyABKAsyES5NYXJibGVTZWFsVmVjdG9yEgoKAmhwGAog",
"ASgFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MarbleSealVectorReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HBGHAOPBKJP), global::EggLink.DanhengServer.Proto.HBGHAOPBKJP.Parser, new[]{ "Id", "BuffId", "Level", "SealRotation", "SealOnStage", "Attack", "IsEffectAvailable", "SealSize", "BMNECPIOPDN", "JLCIKBLNENH", "MaxHp", "Launching", "SealPosition", "Hp" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HBGHAOPBKJP : pb::IMessage<HBGHAOPBKJP>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HBGHAOPBKJP> _parser = new pb::MessageParser<HBGHAOPBKJP>(() => new HBGHAOPBKJP());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HBGHAOPBKJP> 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.HBGHAOPBKJPReflection.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 HBGHAOPBKJP() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HBGHAOPBKJP(HBGHAOPBKJP other) : this() {
id_ = other.id_;
buffId_ = other.buffId_;
level_ = other.level_;
sealRotation_ = other.sealRotation_ != null ? other.sealRotation_.Clone() : null;
sealOnStage_ = other.sealOnStage_;
attack_ = other.attack_;
isEffectAvailable_ = other.isEffectAvailable_;
sealSize_ = other.sealSize_;
bMNECPIOPDN_ = other.bMNECPIOPDN_;
jLCIKBLNENH_ = other.jLCIKBLNENH_;
maxHp_ = other.maxHp_;
launching_ = other.launching_;
sealPosition_ = other.sealPosition_ != null ? other.sealPosition_.Clone() : null;
hp_ = other.hp_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HBGHAOPBKJP Clone() {
return new HBGHAOPBKJP(this);
}
/// <summary>Field number for the "id" field.</summary>
public const int IdFieldNumber = 7;
private uint id_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Id {
get { return id_; }
set {
id_ = value;
}
}
/// <summary>Field number for the "buff_id" field.</summary>
public const int BuffIdFieldNumber = 3;
private uint buffId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BuffId {
get { return buffId_; }
set {
buffId_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 9;
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 "seal_rotation" field.</summary>
public const int SealRotationFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.MarbleSealVector sealRotation_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MarbleSealVector SealRotation {
get { return sealRotation_; }
set {
sealRotation_ = value;
}
}
/// <summary>Field number for the "seal_on_stage" field.</summary>
public const int SealOnStageFieldNumber = 12;
private bool sealOnStage_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool SealOnStage {
get { return sealOnStage_; }
set {
sealOnStage_ = value;
}
}
/// <summary>Field number for the "attack" field.</summary>
public const int AttackFieldNumber = 6;
private int attack_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int Attack {
get { return attack_; }
set {
attack_ = value;
}
}
/// <summary>Field number for the "is_effect_available" field.</summary>
public const int IsEffectAvailableFieldNumber = 14;
private bool isEffectAvailable_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsEffectAvailable {
get { return isEffectAvailable_; }
set {
isEffectAvailable_ = value;
}
}
/// <summary>Field number for the "seal_size" field.</summary>
public const int SealSizeFieldNumber = 11;
private float sealSize_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public float SealSize {
get { return sealSize_; }
set {
sealSize_ = value;
}
}
/// <summary>Field number for the "BMNECPIOPDN" field.</summary>
public const int BMNECPIOPDNFieldNumber = 2;
private bool bMNECPIOPDN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BMNECPIOPDN {
get { return bMNECPIOPDN_; }
set {
bMNECPIOPDN_ = value;
}
}
/// <summary>Field number for the "JLCIKBLNENH" field.</summary>
public const int JLCIKBLNENHFieldNumber = 5;
private uint jLCIKBLNENH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JLCIKBLNENH {
get { return jLCIKBLNENH_; }
set {
jLCIKBLNENH_ = value;
}
}
/// <summary>Field number for the "max_hp" field.</summary>
public const int MaxHpFieldNumber = 1;
private int maxHp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int MaxHp {
get { return maxHp_; }
set {
maxHp_ = value;
}
}
/// <summary>Field number for the "launching" field.</summary>
public const int LaunchingFieldNumber = 4;
private bool launching_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Launching {
get { return launching_; }
set {
launching_ = value;
}
}
/// <summary>Field number for the "seal_position" field.</summary>
public const int SealPositionFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.MarbleSealVector sealPosition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MarbleSealVector SealPosition {
get { return sealPosition_; }
set {
sealPosition_ = value;
}
}
/// <summary>Field number for the "hp" field.</summary>
public const int HpFieldNumber = 10;
private int hp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int Hp {
get { return hp_; }
set {
hp_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as HBGHAOPBKJP);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HBGHAOPBKJP other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Id != other.Id) return false;
if (BuffId != other.BuffId) return false;
if (Level != other.Level) return false;
if (!object.Equals(SealRotation, other.SealRotation)) return false;
if (SealOnStage != other.SealOnStage) return false;
if (Attack != other.Attack) return false;
if (IsEffectAvailable != other.IsEffectAvailable) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(SealSize, other.SealSize)) return false;
if (BMNECPIOPDN != other.BMNECPIOPDN) return false;
if (JLCIKBLNENH != other.JLCIKBLNENH) return false;
if (MaxHp != other.MaxHp) return false;
if (Launching != other.Launching) return false;
if (!object.Equals(SealPosition, other.SealPosition)) return false;
if (Hp != other.Hp) 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 (Id != 0) hash ^= Id.GetHashCode();
if (BuffId != 0) hash ^= BuffId.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (sealRotation_ != null) hash ^= SealRotation.GetHashCode();
if (SealOnStage != false) hash ^= SealOnStage.GetHashCode();
if (Attack != 0) hash ^= Attack.GetHashCode();
if (IsEffectAvailable != false) hash ^= IsEffectAvailable.GetHashCode();
if (SealSize != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(SealSize);
if (BMNECPIOPDN != false) hash ^= BMNECPIOPDN.GetHashCode();
if (JLCIKBLNENH != 0) hash ^= JLCIKBLNENH.GetHashCode();
if (MaxHp != 0) hash ^= MaxHp.GetHashCode();
if (Launching != false) hash ^= Launching.GetHashCode();
if (sealPosition_ != null) hash ^= SealPosition.GetHashCode();
if (Hp != 0) hash ^= Hp.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 (MaxHp != 0) {
output.WriteRawTag(8);
output.WriteInt32(MaxHp);
}
if (BMNECPIOPDN != false) {
output.WriteRawTag(16);
output.WriteBool(BMNECPIOPDN);
}
if (BuffId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BuffId);
}
if (Launching != false) {
output.WriteRawTag(32);
output.WriteBool(Launching);
}
if (JLCIKBLNENH != 0) {
output.WriteRawTag(40);
output.WriteUInt32(JLCIKBLNENH);
}
if (Attack != 0) {
output.WriteRawTag(48);
output.WriteInt32(Attack);
}
if (Id != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Id);
}
if (sealRotation_ != null) {
output.WriteRawTag(66);
output.WriteMessage(SealRotation);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (Hp != 0) {
output.WriteRawTag(80);
output.WriteInt32(Hp);
}
if (SealSize != 0F) {
output.WriteRawTag(93);
output.WriteFloat(SealSize);
}
if (SealOnStage != false) {
output.WriteRawTag(96);
output.WriteBool(SealOnStage);
}
if (IsEffectAvailable != false) {
output.WriteRawTag(112);
output.WriteBool(IsEffectAvailable);
}
if (sealPosition_ != null) {
output.WriteRawTag(122);
output.WriteMessage(SealPosition);
}
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 (MaxHp != 0) {
output.WriteRawTag(8);
output.WriteInt32(MaxHp);
}
if (BMNECPIOPDN != false) {
output.WriteRawTag(16);
output.WriteBool(BMNECPIOPDN);
}
if (BuffId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BuffId);
}
if (Launching != false) {
output.WriteRawTag(32);
output.WriteBool(Launching);
}
if (JLCIKBLNENH != 0) {
output.WriteRawTag(40);
output.WriteUInt32(JLCIKBLNENH);
}
if (Attack != 0) {
output.WriteRawTag(48);
output.WriteInt32(Attack);
}
if (Id != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Id);
}
if (sealRotation_ != null) {
output.WriteRawTag(66);
output.WriteMessage(SealRotation);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (Hp != 0) {
output.WriteRawTag(80);
output.WriteInt32(Hp);
}
if (SealSize != 0F) {
output.WriteRawTag(93);
output.WriteFloat(SealSize);
}
if (SealOnStage != false) {
output.WriteRawTag(96);
output.WriteBool(SealOnStage);
}
if (IsEffectAvailable != false) {
output.WriteRawTag(112);
output.WriteBool(IsEffectAvailable);
}
if (sealPosition_ != null) {
output.WriteRawTag(122);
output.WriteMessage(SealPosition);
}
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 (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (BuffId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (sealRotation_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SealRotation);
}
if (SealOnStage != false) {
size += 1 + 1;
}
if (Attack != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Attack);
}
if (IsEffectAvailable != false) {
size += 1 + 1;
}
if (SealSize != 0F) {
size += 1 + 4;
}
if (BMNECPIOPDN != false) {
size += 1 + 1;
}
if (JLCIKBLNENH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLCIKBLNENH);
}
if (MaxHp != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxHp);
}
if (Launching != false) {
size += 1 + 1;
}
if (sealPosition_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SealPosition);
}
if (Hp != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Hp);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(HBGHAOPBKJP other) {
if (other == null) {
return;
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.BuffId != 0) {
BuffId = other.BuffId;
}
if (other.Level != 0) {
Level = other.Level;
}
if (other.sealRotation_ != null) {
if (sealRotation_ == null) {
SealRotation = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
SealRotation.MergeFrom(other.SealRotation);
}
if (other.SealOnStage != false) {
SealOnStage = other.SealOnStage;
}
if (other.Attack != 0) {
Attack = other.Attack;
}
if (other.IsEffectAvailable != false) {
IsEffectAvailable = other.IsEffectAvailable;
}
if (other.SealSize != 0F) {
SealSize = other.SealSize;
}
if (other.BMNECPIOPDN != false) {
BMNECPIOPDN = other.BMNECPIOPDN;
}
if (other.JLCIKBLNENH != 0) {
JLCIKBLNENH = other.JLCIKBLNENH;
}
if (other.MaxHp != 0) {
MaxHp = other.MaxHp;
}
if (other.Launching != false) {
Launching = other.Launching;
}
if (other.sealPosition_ != null) {
if (sealPosition_ == null) {
SealPosition = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
SealPosition.MergeFrom(other.SealPosition);
}
if (other.Hp != 0) {
Hp = other.Hp;
}
_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: {
MaxHp = input.ReadInt32();
break;
}
case 16: {
BMNECPIOPDN = input.ReadBool();
break;
}
case 24: {
BuffId = input.ReadUInt32();
break;
}
case 32: {
Launching = input.ReadBool();
break;
}
case 40: {
JLCIKBLNENH = input.ReadUInt32();
break;
}
case 48: {
Attack = input.ReadInt32();
break;
}
case 56: {
Id = input.ReadUInt32();
break;
}
case 66: {
if (sealRotation_ == null) {
SealRotation = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
input.ReadMessage(SealRotation);
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 80: {
Hp = input.ReadInt32();
break;
}
case 93: {
SealSize = input.ReadFloat();
break;
}
case 96: {
SealOnStage = input.ReadBool();
break;
}
case 112: {
IsEffectAvailable = input.ReadBool();
break;
}
case 122: {
if (sealPosition_ == null) {
SealPosition = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
input.ReadMessage(SealPosition);
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: {
MaxHp = input.ReadInt32();
break;
}
case 16: {
BMNECPIOPDN = input.ReadBool();
break;
}
case 24: {
BuffId = input.ReadUInt32();
break;
}
case 32: {
Launching = input.ReadBool();
break;
}
case 40: {
JLCIKBLNENH = input.ReadUInt32();
break;
}
case 48: {
Attack = input.ReadInt32();
break;
}
case 56: {
Id = input.ReadUInt32();
break;
}
case 66: {
if (sealRotation_ == null) {
SealRotation = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
input.ReadMessage(SealRotation);
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 80: {
Hp = input.ReadInt32();
break;
}
case 93: {
SealSize = input.ReadFloat();
break;
}
case 96: {
SealOnStage = input.ReadBool();
break;
}
case 112: {
IsEffectAvailable = input.ReadBool();
break;
}
case 122: {
if (sealPosition_ == null) {
SealPosition = new global::EggLink.DanhengServer.Proto.MarbleSealVector();
}
input.ReadMessage(SealPosition);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code