// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: StartAetherDivideSceneBattleCsReq.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 StartAetherDivideSceneBattleCsReq.proto public static partial class StartAetherDivideSceneBattleCsReqReflection { #region Descriptor /// File descriptor for StartAetherDivideSceneBattleCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static StartAetherDivideSceneBattleCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CidTdGFydEFldGhlckRpdmlkZVNjZW5lQmF0dGxlQ3NSZXEucHJvdG8aHUFz", "c2lzdE1vbnN0ZXJFbnRpdHlJbmZvLnByb3RvItQBCiFTdGFydEFldGhlckRp", "dmlkZVNjZW5lQmF0dGxlQ3NSZXESEwoLc2tpbGxfaW5kZXgYCSABKA0SPAoa", "YXNzaXN0X21vbnN0ZXJfZW50aXR5X2luZm8YDiADKAsyGC5Bc3Npc3RNb25z", "dGVyRW50aXR5SW5mbxIlCh1hc3Npc3RfbW9uc3Rlcl9lbnRpdHlfaWRfbGlz", "dBgEIAMoDRIdChVhdHRhY2tlZF9ieV9lbnRpdHlfaWQYCyABKA0SFgoOY2Fz", "dF9lbnRpdHlfaWQYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq), global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq.Parser, new[]{ "SkillIndex", "AssistMonsterEntityInfo", "AssistMonsterEntityIdList", "AttackedByEntityId", "CastEntityId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class StartAetherDivideSceneBattleCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StartAetherDivideSceneBattleCsReq()); 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.StartAetherDivideSceneBattleCsReqReflection.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 StartAetherDivideSceneBattleCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartAetherDivideSceneBattleCsReq(StartAetherDivideSceneBattleCsReq other) : this() { skillIndex_ = other.skillIndex_; assistMonsterEntityInfo_ = other.assistMonsterEntityInfo_.Clone(); assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone(); attackedByEntityId_ = other.attackedByEntityId_; castEntityId_ = other.castEntityId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartAetherDivideSceneBattleCsReq Clone() { return new StartAetherDivideSceneBattleCsReq(this); } /// Field number for the "skill_index" field. public const int SkillIndexFieldNumber = 9; 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 "assist_monster_entity_info" field. public const int AssistMonsterEntityInfoFieldNumber = 14; private static readonly pb::FieldCodec _repeated_assistMonsterEntityInfo_codec = pb::FieldCodec.ForMessage(114, 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 "assist_monster_entity_id_list" field. public const int AssistMonsterEntityIdListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec = pb::FieldCodec.ForUInt32(34); 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 = 11; 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 "cast_entity_id" field. public const int CastEntityIdFieldNumber = 12; private uint castEntityId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CastEntityId { get { return castEntityId_; } set { castEntityId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as StartAetherDivideSceneBattleCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(StartAetherDivideSceneBattleCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (SkillIndex != other.SkillIndex) return false; if(!assistMonsterEntityInfo_.Equals(other.assistMonsterEntityInfo_)) return false; if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false; if (AttackedByEntityId != other.AttackedByEntityId) return false; if (CastEntityId != other.CastEntityId) 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 (SkillIndex != 0) hash ^= SkillIndex.GetHashCode(); hash ^= assistMonsterEntityInfo_.GetHashCode(); hash ^= assistMonsterEntityIdList_.GetHashCode(); if (AttackedByEntityId != 0) hash ^= AttackedByEntityId.GetHashCode(); if (CastEntityId != 0) hash ^= CastEntityId.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 assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec); if (SkillIndex != 0) { output.WriteRawTag(72); output.WriteUInt32(SkillIndex); } if (AttackedByEntityId != 0) { output.WriteRawTag(88); output.WriteUInt32(AttackedByEntityId); } if (CastEntityId != 0) { output.WriteRawTag(96); output.WriteUInt32(CastEntityId); } assistMonsterEntityInfo_.WriteTo(output, _repeated_assistMonsterEntityInfo_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) { assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec); if (SkillIndex != 0) { output.WriteRawTag(72); output.WriteUInt32(SkillIndex); } if (AttackedByEntityId != 0) { output.WriteRawTag(88); output.WriteUInt32(AttackedByEntityId); } if (CastEntityId != 0) { output.WriteRawTag(96); output.WriteUInt32(CastEntityId); } assistMonsterEntityInfo_.WriteTo(ref output, _repeated_assistMonsterEntityInfo_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 (SkillIndex != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillIndex); } size += assistMonsterEntityInfo_.CalculateSize(_repeated_assistMonsterEntityInfo_codec); size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec); if (AttackedByEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AttackedByEntityId); } if (CastEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CastEntityId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(StartAetherDivideSceneBattleCsReq other) { if (other == null) { return; } if (other.SkillIndex != 0) { SkillIndex = other.SkillIndex; } assistMonsterEntityInfo_.Add(other.assistMonsterEntityInfo_); assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_); if (other.AttackedByEntityId != 0) { AttackedByEntityId = other.AttackedByEntityId; } if (other.CastEntityId != 0) { CastEntityId = other.CastEntityId; } _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 34: case 32: { assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec); break; } case 72: { SkillIndex = input.ReadUInt32(); break; } case 88: { AttackedByEntityId = input.ReadUInt32(); break; } case 96: { CastEntityId = input.ReadUInt32(); break; } case 114: { assistMonsterEntityInfo_.AddEntriesFrom(input, _repeated_assistMonsterEntityInfo_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 34: case 32: { assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec); break; } case 72: { SkillIndex = input.ReadUInt32(); break; } case 88: { AttackedByEntityId = input.ReadUInt32(); break; } case 96: { CastEntityId = input.ReadUInt32(); break; } case 114: { assistMonsterEntityInfo_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityInfo_codec); break; } } } } #endif } #endregion } #endregion Designer generated code