// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: SyncRogueHandbookDataUpdateScNotify.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 SyncRogueHandbookDataUpdateScNotify.proto public static partial class SyncRogueHandbookDataUpdateScNotifyReflection { #region Descriptor /// File descriptor for SyncRogueHandbookDataUpdateScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static SyncRogueHandbookDataUpdateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CilTeW5jUm9ndWVIYW5kYm9va0RhdGFVcGRhdGVTY05vdGlmeS5wcm90bxob", "Um9ndWVNYWdpY1NjZXB0ZXJJbmZvLnByb3RvGhhSb2d1ZU1hZ2ljVW5pdElu", "Zm8ucHJvdG8aHlJvZ3VlSGFuZGJvb2tNaXJhY2xlSW5mby5wcm90bxobUm9n", "dWVIYW5kYm9va01hemVCdWZmLnByb3RvGhxSb2d1ZUhhbmRib29rRXZlbnRJ", "bmZvLnByb3RvIrACCiNTeW5jUm9ndWVIYW5kYm9va0RhdGFVcGRhdGVTY05v", "dGlmeRI0ChNoYW5kYm9va19ldmVudF9saXN0GAggAygLMhcuUm9ndWVIYW5k", "Ym9va0V2ZW50SW5mbxI4ChVoYW5kYm9va19taXJhY2xlX2xpc3QYBiADKAsy", "GS5Sb2d1ZUhhbmRib29rTWlyYWNsZUluZm8SMgoSbWFnaWNfc2NlcHRlcl9s", "aXN0GAkgAygLMhYuUm9ndWVNYWdpY1NjZXB0ZXJJbmZvEjcKF2hhbmRib29r", "X21hemVfYnVmZl9saXN0GAcgAygLMhYuUm9ndWVIYW5kYm9va01hemVCdWZm", "EiwKD21hZ2ljX3VuaXRfbGlzdBgMIAMoCzITLlJvZ3VlTWFnaWNVbml0SW5m", "b0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookEventInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify), global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify.Parser, new[]{ "HandbookEventList", "HandbookMiracleList", "MagicScepterList", "HandbookMazeBuffList", "MagicUnitList" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class SyncRogueHandbookDataUpdateScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SyncRogueHandbookDataUpdateScNotify()); 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.SyncRogueHandbookDataUpdateScNotifyReflection.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 SyncRogueHandbookDataUpdateScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncRogueHandbookDataUpdateScNotify(SyncRogueHandbookDataUpdateScNotify other) : this() { handbookEventList_ = other.handbookEventList_.Clone(); handbookMiracleList_ = other.handbookMiracleList_.Clone(); magicScepterList_ = other.magicScepterList_.Clone(); handbookMazeBuffList_ = other.handbookMazeBuffList_.Clone(); magicUnitList_ = other.magicUnitList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncRogueHandbookDataUpdateScNotify Clone() { return new SyncRogueHandbookDataUpdateScNotify(this); } /// Field number for the "handbook_event_list" field. public const int HandbookEventListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_handbookEventList_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.RogueHandbookEventInfo.Parser); private readonly pbc::RepeatedField handbookEventList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField HandbookEventList { get { return handbookEventList_; } } /// Field number for the "handbook_miracle_list" field. public const int HandbookMiracleListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.RogueHandbookMiracleInfo.Parser); private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField HandbookMiracleList { get { return handbookMiracleList_; } } /// Field number for the "magic_scepter_list" field. public const int MagicScepterListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_magicScepterList_codec = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfo.Parser); private readonly pbc::RepeatedField magicScepterList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MagicScepterList { get { return magicScepterList_; } } /// Field number for the "handbook_maze_buff_list" field. public const int HandbookMazeBuffListFieldNumber = 7; private static readonly pb::FieldCodec _repeated_handbookMazeBuffList_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuff.Parser); private readonly pbc::RepeatedField handbookMazeBuffList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField HandbookMazeBuffList { get { return handbookMazeBuffList_; } } /// Field number for the "magic_unit_list" field. public const int MagicUnitListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_magicUnitList_codec = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfo.Parser); private readonly pbc::RepeatedField magicUnitList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MagicUnitList { get { return magicUnitList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as SyncRogueHandbookDataUpdateScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(SyncRogueHandbookDataUpdateScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!handbookEventList_.Equals(other.handbookEventList_)) return false; if(!handbookMiracleList_.Equals(other.handbookMiracleList_)) return false; if(!magicScepterList_.Equals(other.magicScepterList_)) return false; if(!handbookMazeBuffList_.Equals(other.handbookMazeBuffList_)) return false; if(!magicUnitList_.Equals(other.magicUnitList_)) 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; hash ^= handbookEventList_.GetHashCode(); hash ^= handbookMiracleList_.GetHashCode(); hash ^= magicScepterList_.GetHashCode(); hash ^= handbookMazeBuffList_.GetHashCode(); hash ^= magicUnitList_.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 handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec); handbookMazeBuffList_.WriteTo(output, _repeated_handbookMazeBuffList_codec); handbookEventList_.WriteTo(output, _repeated_handbookEventList_codec); magicScepterList_.WriteTo(output, _repeated_magicScepterList_codec); magicUnitList_.WriteTo(output, _repeated_magicUnitList_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) { handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec); handbookMazeBuffList_.WriteTo(ref output, _repeated_handbookMazeBuffList_codec); handbookEventList_.WriteTo(ref output, _repeated_handbookEventList_codec); magicScepterList_.WriteTo(ref output, _repeated_magicScepterList_codec); magicUnitList_.WriteTo(ref output, _repeated_magicUnitList_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; size += handbookEventList_.CalculateSize(_repeated_handbookEventList_codec); size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec); size += magicScepterList_.CalculateSize(_repeated_magicScepterList_codec); size += handbookMazeBuffList_.CalculateSize(_repeated_handbookMazeBuffList_codec); size += magicUnitList_.CalculateSize(_repeated_magicUnitList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(SyncRogueHandbookDataUpdateScNotify other) { if (other == null) { return; } handbookEventList_.Add(other.handbookEventList_); handbookMiracleList_.Add(other.handbookMiracleList_); magicScepterList_.Add(other.magicScepterList_); handbookMazeBuffList_.Add(other.handbookMazeBuffList_); magicUnitList_.Add(other.magicUnitList_); _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 50: { handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec); break; } case 58: { handbookMazeBuffList_.AddEntriesFrom(input, _repeated_handbookMazeBuffList_codec); break; } case 66: { handbookEventList_.AddEntriesFrom(input, _repeated_handbookEventList_codec); break; } case 74: { magicScepterList_.AddEntriesFrom(input, _repeated_magicScepterList_codec); break; } case 98: { magicUnitList_.AddEntriesFrom(input, _repeated_magicUnitList_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 50: { handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec); break; } case 58: { handbookMazeBuffList_.AddEntriesFrom(ref input, _repeated_handbookMazeBuffList_codec); break; } case 66: { handbookEventList_.AddEntriesFrom(ref input, _repeated_handbookEventList_codec); break; } case 74: { magicScepterList_.AddEntriesFrom(ref input, _repeated_magicScepterList_codec); break; } case 98: { magicUnitList_.AddEntriesFrom(ref input, _repeated_magicUnitList_codec); break; } } } } #endif } #endregion } #endregion Designer generated code