//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SceneCastSkillCsReq.proto
//
#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 {
/// Holder for reflection information generated from SceneCastSkillCsReq.proto
public static partial class SceneCastSkillCsReqReflection {
#region Descriptor
/// File descriptor for SceneCastSkillCsReq.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SceneCastSkillCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlTY2VuZUNhc3RTa2lsbENzUmVxLnByb3RvGhNEeW5hbWljVmFsdWVzLnBy",
"b3RvGhBNb3Rpb25JbmZvLnByb3RvGh1Bc3Npc3RNb25zdGVyRW50aXR5SW5m",
"by5wcm90bxoTU2tpbGxFeHRyYVRhZy5wcm90byKOAwoTU2NlbmVDYXN0U2tp",
"bGxDc1JlcRIiCg10YXJnZXRfbW90aW9uGA0gASgLMgsuTW90aW9uSW5mbxIl",
"Ch1hc3Npc3RfbW9uc3Rlcl9lbnRpdHlfaWRfbGlzdBgMIAMoDRIdChVhdHRh",
"Y2tlZF9ieV9lbnRpdHlfaWQYByABKA0SEwoLc2tpbGxfaW5kZXgYDiABKA0S",
"IQoZaGl0X3RhcmdldF9lbnRpdHlfaWRfbGlzdBgIIAMoDRITCgtIQ0hESExK",
"Q0lKRRgLIAEoDRImCg5keW5hbWljX3ZhbHVlcxgCIAMoCzIOLkR5bmFtaWNW",
"YWx1ZXMSPAoaYXNzaXN0X21vbnN0ZXJfZW50aXR5X2luZm8YBCADKAsyGC5B",
"c3Npc3RNb25zdGVyRW50aXR5SW5mbxIWCg5jYXN0X2VudGl0eV9pZBgGIAEo",
"DRIYChBtYXplX2FiaWxpdHlfc3RyGAEgASgJEigKEHNraWxsX2V4dHJhX3Rh",
"Z3MYDyADKA4yDi5Ta2lsbEV4dHJhVGFnQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DynamicValuesReflection.Descriptor, global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillExtraTagReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq), global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq.Parser, new[]{ "TargetMotion", "AssistMonsterEntityIdList", "AttackedByEntityId", "SkillIndex", "HitTargetEntityIdList", "HCHDHLJCIJE", "DynamicValues", "AssistMonsterEntityInfo", "CastEntityId", "MazeAbilityStr", "SkillExtraTags" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SceneCastSkillCsReq : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SceneCastSkillCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.SceneCastSkillCsReqReflection.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 SceneCastSkillCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SceneCastSkillCsReq(SceneCastSkillCsReq other) : this() {
targetMotion_ = other.targetMotion_ != null ? other.targetMotion_.Clone() : null;
assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone();
attackedByEntityId_ = other.attackedByEntityId_;
skillIndex_ = other.skillIndex_;
hitTargetEntityIdList_ = other.hitTargetEntityIdList_.Clone();
hCHDHLJCIJE_ = other.hCHDHLJCIJE_;
dynamicValues_ = other.dynamicValues_.Clone();
assistMonsterEntityInfo_ = other.assistMonsterEntityInfo_.Clone();
castEntityId_ = other.castEntityId_;
mazeAbilityStr_ = other.mazeAbilityStr_;
skillExtraTags_ = other.skillExtraTags_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SceneCastSkillCsReq Clone() {
return new SceneCastSkillCsReq(this);
}
/// Field number for the "target_motion" field.
public const int TargetMotionFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.MotionInfo targetMotion_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MotionInfo TargetMotion {
get { return targetMotion_; }
set {
targetMotion_ = value;
}
}
/// Field number for the "assist_monster_entity_id_list" field.
public const int AssistMonsterEntityIdListFieldNumber = 12;
private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField assistMonsterEntityIdList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField AssistMonsterEntityIdList {
get { return assistMonsterEntityIdList_; }
}
/// Field number for the "attacked_by_entity_id" field.
public const int AttackedByEntityIdFieldNumber = 7;
private uint attackedByEntityId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AttackedByEntityId {
get { return attackedByEntityId_; }
set {
attackedByEntityId_ = value;
}
}
/// Field number for the "skill_index" field.
public const int SkillIndexFieldNumber = 14;
private uint skillIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SkillIndex {
get { return skillIndex_; }
set {
skillIndex_ = value;
}
}
/// Field number for the "hit_target_entity_id_list" field.
public const int HitTargetEntityIdListFieldNumber = 8;
private static readonly pb::FieldCodec _repeated_hitTargetEntityIdList_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField hitTargetEntityIdList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HitTargetEntityIdList {
get { return hitTargetEntityIdList_; }
}
/// Field number for the "HCHDHLJCIJE" field.
public const int HCHDHLJCIJEFieldNumber = 11;
private uint hCHDHLJCIJE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HCHDHLJCIJE {
get { return hCHDHLJCIJE_; }
set {
hCHDHLJCIJE_ = value;
}
}
/// Field number for the "dynamic_values" field.
public const int DynamicValuesFieldNumber = 2;
private static readonly pb::FieldCodec _repeated_dynamicValues_codec
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.DynamicValues.Parser);
private readonly pbc::RepeatedField dynamicValues_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField DynamicValues {
get { return dynamicValues_; }
}
/// Field number for the "assist_monster_entity_info" field.
public const int AssistMonsterEntityInfoFieldNumber = 4;
private static readonly pb::FieldCodec _repeated_assistMonsterEntityInfo_codec
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfo.Parser);
private readonly pbc::RepeatedField assistMonsterEntityInfo_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField AssistMonsterEntityInfo {
get { return assistMonsterEntityInfo_; }
}
/// Field number for the "cast_entity_id" field.
public const int CastEntityIdFieldNumber = 6;
private uint castEntityId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CastEntityId {
get { return castEntityId_; }
set {
castEntityId_ = value;
}
}
/// Field number for the "maze_ability_str" field.
public const int MazeAbilityStrFieldNumber = 1;
private string mazeAbilityStr_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string MazeAbilityStr {
get { return mazeAbilityStr_; }
set {
mazeAbilityStr_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// Field number for the "skill_extra_tags" field.
public const int SkillExtraTagsFieldNumber = 15;
private static readonly pb::FieldCodec _repeated_skillExtraTags_codec
= pb::FieldCodec.ForEnum(122, x => (int) x, x => (global::EggLink.DanhengServer.Proto.SkillExtraTag) x);
private readonly pbc::RepeatedField skillExtraTags_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField SkillExtraTags {
get { return skillExtraTags_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SceneCastSkillCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SceneCastSkillCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(TargetMotion, other.TargetMotion)) return false;
if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false;
if (AttackedByEntityId != other.AttackedByEntityId) return false;
if (SkillIndex != other.SkillIndex) return false;
if(!hitTargetEntityIdList_.Equals(other.hitTargetEntityIdList_)) return false;
if (HCHDHLJCIJE != other.HCHDHLJCIJE) return false;
if(!dynamicValues_.Equals(other.dynamicValues_)) return false;
if(!assistMonsterEntityInfo_.Equals(other.assistMonsterEntityInfo_)) return false;
if (CastEntityId != other.CastEntityId) return false;
if (MazeAbilityStr != other.MazeAbilityStr) return false;
if(!skillExtraTags_.Equals(other.skillExtraTags_)) 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 (targetMotion_ != null) hash ^= TargetMotion.GetHashCode();
hash ^= assistMonsterEntityIdList_.GetHashCode();
if (AttackedByEntityId != 0) hash ^= AttackedByEntityId.GetHashCode();
if (SkillIndex != 0) hash ^= SkillIndex.GetHashCode();
hash ^= hitTargetEntityIdList_.GetHashCode();
if (HCHDHLJCIJE != 0) hash ^= HCHDHLJCIJE.GetHashCode();
hash ^= dynamicValues_.GetHashCode();
hash ^= assistMonsterEntityInfo_.GetHashCode();
if (CastEntityId != 0) hash ^= CastEntityId.GetHashCode();
if (MazeAbilityStr.Length != 0) hash ^= MazeAbilityStr.GetHashCode();
hash ^= skillExtraTags_.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 (MazeAbilityStr.Length != 0) {
output.WriteRawTag(10);
output.WriteString(MazeAbilityStr);
}
dynamicValues_.WriteTo(output, _repeated_dynamicValues_codec);
assistMonsterEntityInfo_.WriteTo(output, _repeated_assistMonsterEntityInfo_codec);
if (CastEntityId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CastEntityId);
}
if (AttackedByEntityId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(AttackedByEntityId);
}
hitTargetEntityIdList_.WriteTo(output, _repeated_hitTargetEntityIdList_codec);
if (HCHDHLJCIJE != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HCHDHLJCIJE);
}
assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec);
if (targetMotion_ != null) {
output.WriteRawTag(106);
output.WriteMessage(TargetMotion);
}
if (SkillIndex != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SkillIndex);
}
skillExtraTags_.WriteTo(output, _repeated_skillExtraTags_codec);
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 (MazeAbilityStr.Length != 0) {
output.WriteRawTag(10);
output.WriteString(MazeAbilityStr);
}
dynamicValues_.WriteTo(ref output, _repeated_dynamicValues_codec);
assistMonsterEntityInfo_.WriteTo(ref output, _repeated_assistMonsterEntityInfo_codec);
if (CastEntityId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CastEntityId);
}
if (AttackedByEntityId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(AttackedByEntityId);
}
hitTargetEntityIdList_.WriteTo(ref output, _repeated_hitTargetEntityIdList_codec);
if (HCHDHLJCIJE != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HCHDHLJCIJE);
}
assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec);
if (targetMotion_ != null) {
output.WriteRawTag(106);
output.WriteMessage(TargetMotion);
}
if (SkillIndex != 0) {
output.WriteRawTag(112);
output.WriteUInt32(SkillIndex);
}
skillExtraTags_.WriteTo(ref output, _repeated_skillExtraTags_codec);
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 (targetMotion_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetMotion);
}
size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec);
if (AttackedByEntityId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AttackedByEntityId);
}
if (SkillIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillIndex);
}
size += hitTargetEntityIdList_.CalculateSize(_repeated_hitTargetEntityIdList_codec);
if (HCHDHLJCIJE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HCHDHLJCIJE);
}
size += dynamicValues_.CalculateSize(_repeated_dynamicValues_codec);
size += assistMonsterEntityInfo_.CalculateSize(_repeated_assistMonsterEntityInfo_codec);
if (CastEntityId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CastEntityId);
}
if (MazeAbilityStr.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(MazeAbilityStr);
}
size += skillExtraTags_.CalculateSize(_repeated_skillExtraTags_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SceneCastSkillCsReq other) {
if (other == null) {
return;
}
if (other.targetMotion_ != null) {
if (targetMotion_ == null) {
TargetMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
TargetMotion.MergeFrom(other.TargetMotion);
}
assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_);
if (other.AttackedByEntityId != 0) {
AttackedByEntityId = other.AttackedByEntityId;
}
if (other.SkillIndex != 0) {
SkillIndex = other.SkillIndex;
}
hitTargetEntityIdList_.Add(other.hitTargetEntityIdList_);
if (other.HCHDHLJCIJE != 0) {
HCHDHLJCIJE = other.HCHDHLJCIJE;
}
dynamicValues_.Add(other.dynamicValues_);
assistMonsterEntityInfo_.Add(other.assistMonsterEntityInfo_);
if (other.CastEntityId != 0) {
CastEntityId = other.CastEntityId;
}
if (other.MazeAbilityStr.Length != 0) {
MazeAbilityStr = other.MazeAbilityStr;
}
skillExtraTags_.Add(other.skillExtraTags_);
_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 10: {
MazeAbilityStr = input.ReadString();
break;
}
case 18: {
dynamicValues_.AddEntriesFrom(input, _repeated_dynamicValues_codec);
break;
}
case 34: {
assistMonsterEntityInfo_.AddEntriesFrom(input, _repeated_assistMonsterEntityInfo_codec);
break;
}
case 48: {
CastEntityId = input.ReadUInt32();
break;
}
case 56: {
AttackedByEntityId = input.ReadUInt32();
break;
}
case 66:
case 64: {
hitTargetEntityIdList_.AddEntriesFrom(input, _repeated_hitTargetEntityIdList_codec);
break;
}
case 88: {
HCHDHLJCIJE = input.ReadUInt32();
break;
}
case 98:
case 96: {
assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec);
break;
}
case 106: {
if (targetMotion_ == null) {
TargetMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(TargetMotion);
break;
}
case 112: {
SkillIndex = input.ReadUInt32();
break;
}
case 122:
case 120: {
skillExtraTags_.AddEntriesFrom(input, _repeated_skillExtraTags_codec);
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 10: {
MazeAbilityStr = input.ReadString();
break;
}
case 18: {
dynamicValues_.AddEntriesFrom(ref input, _repeated_dynamicValues_codec);
break;
}
case 34: {
assistMonsterEntityInfo_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityInfo_codec);
break;
}
case 48: {
CastEntityId = input.ReadUInt32();
break;
}
case 56: {
AttackedByEntityId = input.ReadUInt32();
break;
}
case 66:
case 64: {
hitTargetEntityIdList_.AddEntriesFrom(ref input, _repeated_hitTargetEntityIdList_codec);
break;
}
case 88: {
HCHDHLJCIJE = input.ReadUInt32();
break;
}
case 98:
case 96: {
assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec);
break;
}
case 106: {
if (targetMotion_ == null) {
TargetMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(TargetMotion);
break;
}
case 112: {
SkillIndex = input.ReadUInt32();
break;
}
case 122:
case 120: {
skillExtraTags_.AddEntriesFrom(ref input, _repeated_skillExtraTags_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code