// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueMagicGetInfo.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 RogueMagicGetInfo.proto public static partial class RogueMagicGetInfoReflection { #region Descriptor /// File descriptor for RogueMagicGetInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueMagicGetInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdSb2d1ZU1hZ2ljR2V0SW5mby5wcm90bxoZUm9ndWVNYWdpY1N0b3J5SW5m", "by5wcm90bxobUm9ndWVNYWdpY1NjZXB0ZXJJbmZvLnByb3RvGh5Sb2d1ZU1h", "Z2ljRGlmZmljdWx0eUluZm8ucHJvdG8aGFJvZ3VlTWFnaWNVbml0SW5mby5w", "cm90bxoYUm9ndWVNYWdpY0FyZWFJbmZvLnByb3RvGhpSb2d1ZU1hZ2ljVGFs", "ZW50SW5mby5wcm90byL2AgoRUm9ndWVNYWdpY0dldEluZm8SEwoLS0dMQk5E", "RUFQSEYYByADKA0SNgoXcm9ndWVfbWFnaWNfdGFsZW50X2luZm8YCSABKAsy", "FS5Sb2d1ZU1hZ2ljVGFsZW50SW5mbxI+Chtyb2d1ZV90b3Vybl9kaWZmaWN1", "bHR5X2luZm8YDCADKAsyGS5Sb2d1ZU1hZ2ljRGlmZmljdWx0eUluZm8SNwoa", "cm9ndWVfbWFnaWNfdW5pdF9pbmZvX2xpc3QYCiADKAsyEy5Sb2d1ZU1hZ2lj", "VW5pdEluZm8SKAoKc3RvcnlfaW5mbxgNIAEoCzIULlJvZ3VlTWFnaWNTdG9y", "eUluZm8SPQodcm9ndWVfbWFnaWNfc2NlcHRlcl9pbmZvX2xpc3QYBiADKAsy", "Fi5Sb2d1ZU1hZ2ljU2NlcHRlckluZm8SMgoVcm9ndWVfdG91cm5fYXJlYV9p", "bmZvGA8gAygLMhMuUm9ndWVNYWdpY0FyZWFJbmZvQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicTalentInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicGetInfo), global::EggLink.DanhengServer.Proto.RogueMagicGetInfo.Parser, new[]{ "KGLBNDEAPHF", "RogueMagicTalentInfo", "RogueTournDifficultyInfo", "RogueMagicUnitInfoList", "StoryInfo", "RogueMagicScepterInfoList", "RogueTournAreaInfo" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueMagicGetInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMagicGetInfo()); 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.RogueMagicGetInfoReflection.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 RogueMagicGetInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicGetInfo(RogueMagicGetInfo other) : this() { kGLBNDEAPHF_ = other.kGLBNDEAPHF_.Clone(); rogueMagicTalentInfo_ = other.rogueMagicTalentInfo_ != null ? other.rogueMagicTalentInfo_.Clone() : null; rogueTournDifficultyInfo_ = other.rogueTournDifficultyInfo_.Clone(); rogueMagicUnitInfoList_ = other.rogueMagicUnitInfoList_.Clone(); storyInfo_ = other.storyInfo_ != null ? other.storyInfo_.Clone() : null; rogueMagicScepterInfoList_ = other.rogueMagicScepterInfoList_.Clone(); rogueTournAreaInfo_ = other.rogueTournAreaInfo_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicGetInfo Clone() { return new RogueMagicGetInfo(this); } /// Field number for the "KGLBNDEAPHF" field. public const int KGLBNDEAPHFFieldNumber = 7; private static readonly pb::FieldCodec _repeated_kGLBNDEAPHF_codec = pb::FieldCodec.ForUInt32(58); private readonly pbc::RepeatedField kGLBNDEAPHF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KGLBNDEAPHF { get { return kGLBNDEAPHF_; } } /// Field number for the "rogue_magic_talent_info" field. public const int RogueMagicTalentInfoFieldNumber = 9; private global::EggLink.DanhengServer.Proto.RogueMagicTalentInfo rogueMagicTalentInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicTalentInfo RogueMagicTalentInfo { get { return rogueMagicTalentInfo_; } set { rogueMagicTalentInfo_ = value; } } /// Field number for the "rogue_tourn_difficulty_info" field. public const int RogueTournDifficultyInfoFieldNumber = 12; private static readonly pb::FieldCodec _repeated_rogueTournDifficultyInfo_codec = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.RogueMagicDifficultyInfo.Parser); private readonly pbc::RepeatedField rogueTournDifficultyInfo_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField RogueTournDifficultyInfo { get { return rogueTournDifficultyInfo_; } } /// Field number for the "rogue_magic_unit_info_list" field. public const int RogueMagicUnitInfoListFieldNumber = 10; private static readonly pb::FieldCodec _repeated_rogueMagicUnitInfoList_codec = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfo.Parser); private readonly pbc::RepeatedField rogueMagicUnitInfoList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField RogueMagicUnitInfoList { get { return rogueMagicUnitInfoList_; } } /// Field number for the "story_info" field. public const int StoryInfoFieldNumber = 13; private global::EggLink.DanhengServer.Proto.RogueMagicStoryInfo storyInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicStoryInfo StoryInfo { get { return storyInfo_; } set { storyInfo_ = value; } } /// Field number for the "rogue_magic_scepter_info_list" field. public const int RogueMagicScepterInfoListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_rogueMagicScepterInfoList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfo.Parser); private readonly pbc::RepeatedField rogueMagicScepterInfoList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField RogueMagicScepterInfoList { get { return rogueMagicScepterInfoList_; } } /// Field number for the "rogue_tourn_area_info" field. public const int RogueTournAreaInfoFieldNumber = 15; private static readonly pb::FieldCodec _repeated_rogueTournAreaInfo_codec = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.RogueMagicAreaInfo.Parser); private readonly pbc::RepeatedField rogueTournAreaInfo_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField RogueTournAreaInfo { get { return rogueTournAreaInfo_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueMagicGetInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueMagicGetInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!kGLBNDEAPHF_.Equals(other.kGLBNDEAPHF_)) return false; if (!object.Equals(RogueMagicTalentInfo, other.RogueMagicTalentInfo)) return false; if(!rogueTournDifficultyInfo_.Equals(other.rogueTournDifficultyInfo_)) return false; if(!rogueMagicUnitInfoList_.Equals(other.rogueMagicUnitInfoList_)) return false; if (!object.Equals(StoryInfo, other.StoryInfo)) return false; if(!rogueMagicScepterInfoList_.Equals(other.rogueMagicScepterInfoList_)) return false; if(!rogueTournAreaInfo_.Equals(other.rogueTournAreaInfo_)) 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 ^= kGLBNDEAPHF_.GetHashCode(); if (rogueMagicTalentInfo_ != null) hash ^= RogueMagicTalentInfo.GetHashCode(); hash ^= rogueTournDifficultyInfo_.GetHashCode(); hash ^= rogueMagicUnitInfoList_.GetHashCode(); if (storyInfo_ != null) hash ^= StoryInfo.GetHashCode(); hash ^= rogueMagicScepterInfoList_.GetHashCode(); hash ^= rogueTournAreaInfo_.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 rogueMagicScepterInfoList_.WriteTo(output, _repeated_rogueMagicScepterInfoList_codec); kGLBNDEAPHF_.WriteTo(output, _repeated_kGLBNDEAPHF_codec); if (rogueMagicTalentInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(RogueMagicTalentInfo); } rogueMagicUnitInfoList_.WriteTo(output, _repeated_rogueMagicUnitInfoList_codec); rogueTournDifficultyInfo_.WriteTo(output, _repeated_rogueTournDifficultyInfo_codec); if (storyInfo_ != null) { output.WriteRawTag(106); output.WriteMessage(StoryInfo); } rogueTournAreaInfo_.WriteTo(output, _repeated_rogueTournAreaInfo_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) { rogueMagicScepterInfoList_.WriteTo(ref output, _repeated_rogueMagicScepterInfoList_codec); kGLBNDEAPHF_.WriteTo(ref output, _repeated_kGLBNDEAPHF_codec); if (rogueMagicTalentInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(RogueMagicTalentInfo); } rogueMagicUnitInfoList_.WriteTo(ref output, _repeated_rogueMagicUnitInfoList_codec); rogueTournDifficultyInfo_.WriteTo(ref output, _repeated_rogueTournDifficultyInfo_codec); if (storyInfo_ != null) { output.WriteRawTag(106); output.WriteMessage(StoryInfo); } rogueTournAreaInfo_.WriteTo(ref output, _repeated_rogueTournAreaInfo_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 += kGLBNDEAPHF_.CalculateSize(_repeated_kGLBNDEAPHF_codec); if (rogueMagicTalentInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueMagicTalentInfo); } size += rogueTournDifficultyInfo_.CalculateSize(_repeated_rogueTournDifficultyInfo_codec); size += rogueMagicUnitInfoList_.CalculateSize(_repeated_rogueMagicUnitInfoList_codec); if (storyInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(StoryInfo); } size += rogueMagicScepterInfoList_.CalculateSize(_repeated_rogueMagicScepterInfoList_codec); size += rogueTournAreaInfo_.CalculateSize(_repeated_rogueTournAreaInfo_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueMagicGetInfo other) { if (other == null) { return; } kGLBNDEAPHF_.Add(other.kGLBNDEAPHF_); if (other.rogueMagicTalentInfo_ != null) { if (rogueMagicTalentInfo_ == null) { RogueMagicTalentInfo = new global::EggLink.DanhengServer.Proto.RogueMagicTalentInfo(); } RogueMagicTalentInfo.MergeFrom(other.RogueMagicTalentInfo); } rogueTournDifficultyInfo_.Add(other.rogueTournDifficultyInfo_); rogueMagicUnitInfoList_.Add(other.rogueMagicUnitInfoList_); if (other.storyInfo_ != null) { if (storyInfo_ == null) { StoryInfo = new global::EggLink.DanhengServer.Proto.RogueMagicStoryInfo(); } StoryInfo.MergeFrom(other.StoryInfo); } rogueMagicScepterInfoList_.Add(other.rogueMagicScepterInfoList_); rogueTournAreaInfo_.Add(other.rogueTournAreaInfo_); _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: { rogueMagicScepterInfoList_.AddEntriesFrom(input, _repeated_rogueMagicScepterInfoList_codec); break; } case 58: case 56: { kGLBNDEAPHF_.AddEntriesFrom(input, _repeated_kGLBNDEAPHF_codec); break; } case 74: { if (rogueMagicTalentInfo_ == null) { RogueMagicTalentInfo = new global::EggLink.DanhengServer.Proto.RogueMagicTalentInfo(); } input.ReadMessage(RogueMagicTalentInfo); break; } case 82: { rogueMagicUnitInfoList_.AddEntriesFrom(input, _repeated_rogueMagicUnitInfoList_codec); break; } case 98: { rogueTournDifficultyInfo_.AddEntriesFrom(input, _repeated_rogueTournDifficultyInfo_codec); break; } case 106: { if (storyInfo_ == null) { StoryInfo = new global::EggLink.DanhengServer.Proto.RogueMagicStoryInfo(); } input.ReadMessage(StoryInfo); break; } case 122: { rogueTournAreaInfo_.AddEntriesFrom(input, _repeated_rogueTournAreaInfo_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: { rogueMagicScepterInfoList_.AddEntriesFrom(ref input, _repeated_rogueMagicScepterInfoList_codec); break; } case 58: case 56: { kGLBNDEAPHF_.AddEntriesFrom(ref input, _repeated_kGLBNDEAPHF_codec); break; } case 74: { if (rogueMagicTalentInfo_ == null) { RogueMagicTalentInfo = new global::EggLink.DanhengServer.Proto.RogueMagicTalentInfo(); } input.ReadMessage(RogueMagicTalentInfo); break; } case 82: { rogueMagicUnitInfoList_.AddEntriesFrom(ref input, _repeated_rogueMagicUnitInfoList_codec); break; } case 98: { rogueTournDifficultyInfo_.AddEntriesFrom(ref input, _repeated_rogueTournDifficultyInfo_codec); break; } case 106: { if (storyInfo_ == null) { StoryInfo = new global::EggLink.DanhengServer.Proto.RogueMagicStoryInfo(); } input.ReadMessage(StoryInfo); break; } case 122: { rogueTournAreaInfo_.AddEntriesFrom(ref input, _repeated_rogueTournAreaInfo_codec); break; } } } } #endif } #endregion } #endregion Designer generated code