// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueMiracleSelectInfo.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 RogueMiracleSelectInfo.proto public static partial class RogueMiracleSelectInfoReflection { #region Descriptor /// File descriptor for RogueMiracleSelectInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueMiracleSelectInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxSb2d1ZU1pcmFjbGVTZWxlY3RJbmZvLnByb3RvIqsBChZSb2d1ZU1pcmFj", "bGVTZWxlY3RJbmZvEh0KFW1pcmFjbGVfaGFuZGJvb2tfbGlzdBgLIAMoDRIT", "CgtCTUZDQkNNQ0xBRhgDIAEoDRIbChNzZWxlY3RfbWlyYWNsZV9saXN0GAQg", "AygNEhYKDnNlbGVjdF9oaW50X2lkGAIgASgNEhMKC0FQSUtMRUdHREhNGA8g", "ASgIEhMKC09PT0VDUEFBQ0NLGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMiracleSelectInfo), global::EggLink.DanhengServer.Proto.RogueMiracleSelectInfo.Parser, new[]{ "MiracleHandbookList", "BMFCBCMCLAF", "SelectMiracleList", "SelectHintId", "APIKLEGGDHM", "OOOECPAACCK" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueMiracleSelectInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMiracleSelectInfo()); 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.RogueMiracleSelectInfoReflection.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 RogueMiracleSelectInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMiracleSelectInfo(RogueMiracleSelectInfo other) : this() { miracleHandbookList_ = other.miracleHandbookList_.Clone(); bMFCBCMCLAF_ = other.bMFCBCMCLAF_; selectMiracleList_ = other.selectMiracleList_.Clone(); selectHintId_ = other.selectHintId_; aPIKLEGGDHM_ = other.aPIKLEGGDHM_; oOOECPAACCK_ = other.oOOECPAACCK_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMiracleSelectInfo Clone() { return new RogueMiracleSelectInfo(this); } /// Field number for the "miracle_handbook_list" field. public const int MiracleHandbookListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_miracleHandbookList_codec = pb::FieldCodec.ForUInt32(90); private readonly pbc::RepeatedField miracleHandbookList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MiracleHandbookList { get { return miracleHandbookList_; } } /// Field number for the "BMFCBCMCLAF" field. public const int BMFCBCMCLAFFieldNumber = 3; private uint bMFCBCMCLAF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BMFCBCMCLAF { get { return bMFCBCMCLAF_; } set { bMFCBCMCLAF_ = value; } } /// Field number for the "select_miracle_list" field. public const int SelectMiracleListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_selectMiracleList_codec = pb::FieldCodec.ForUInt32(34); private readonly pbc::RepeatedField selectMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SelectMiracleList { get { return selectMiracleList_; } } /// Field number for the "select_hint_id" field. public const int SelectHintIdFieldNumber = 2; private uint selectHintId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SelectHintId { get { return selectHintId_; } set { selectHintId_ = value; } } /// Field number for the "APIKLEGGDHM" field. public const int APIKLEGGDHMFieldNumber = 15; private bool aPIKLEGGDHM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool APIKLEGGDHM { get { return aPIKLEGGDHM_; } set { aPIKLEGGDHM_ = value; } } /// Field number for the "OOOECPAACCK" field. public const int OOOECPAACCKFieldNumber = 10; private uint oOOECPAACCK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint OOOECPAACCK { get { return oOOECPAACCK_; } set { oOOECPAACCK_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueMiracleSelectInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueMiracleSelectInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!miracleHandbookList_.Equals(other.miracleHandbookList_)) return false; if (BMFCBCMCLAF != other.BMFCBCMCLAF) return false; if(!selectMiracleList_.Equals(other.selectMiracleList_)) return false; if (SelectHintId != other.SelectHintId) return false; if (APIKLEGGDHM != other.APIKLEGGDHM) return false; if (OOOECPAACCK != other.OOOECPAACCK) 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 ^= miracleHandbookList_.GetHashCode(); if (BMFCBCMCLAF != 0) hash ^= BMFCBCMCLAF.GetHashCode(); hash ^= selectMiracleList_.GetHashCode(); if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode(); if (APIKLEGGDHM != false) hash ^= APIKLEGGDHM.GetHashCode(); if (OOOECPAACCK != 0) hash ^= OOOECPAACCK.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 (SelectHintId != 0) { output.WriteRawTag(16); output.WriteUInt32(SelectHintId); } if (BMFCBCMCLAF != 0) { output.WriteRawTag(24); output.WriteUInt32(BMFCBCMCLAF); } selectMiracleList_.WriteTo(output, _repeated_selectMiracleList_codec); if (OOOECPAACCK != 0) { output.WriteRawTag(80); output.WriteUInt32(OOOECPAACCK); } miracleHandbookList_.WriteTo(output, _repeated_miracleHandbookList_codec); if (APIKLEGGDHM != false) { output.WriteRawTag(120); output.WriteBool(APIKLEGGDHM); } 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 (SelectHintId != 0) { output.WriteRawTag(16); output.WriteUInt32(SelectHintId); } if (BMFCBCMCLAF != 0) { output.WriteRawTag(24); output.WriteUInt32(BMFCBCMCLAF); } selectMiracleList_.WriteTo(ref output, _repeated_selectMiracleList_codec); if (OOOECPAACCK != 0) { output.WriteRawTag(80); output.WriteUInt32(OOOECPAACCK); } miracleHandbookList_.WriteTo(ref output, _repeated_miracleHandbookList_codec); if (APIKLEGGDHM != false) { output.WriteRawTag(120); output.WriteBool(APIKLEGGDHM); } 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 += miracleHandbookList_.CalculateSize(_repeated_miracleHandbookList_codec); if (BMFCBCMCLAF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BMFCBCMCLAF); } size += selectMiracleList_.CalculateSize(_repeated_selectMiracleList_codec); if (SelectHintId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId); } if (APIKLEGGDHM != false) { size += 1 + 1; } if (OOOECPAACCK != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOOECPAACCK); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueMiracleSelectInfo other) { if (other == null) { return; } miracleHandbookList_.Add(other.miracleHandbookList_); if (other.BMFCBCMCLAF != 0) { BMFCBCMCLAF = other.BMFCBCMCLAF; } selectMiracleList_.Add(other.selectMiracleList_); if (other.SelectHintId != 0) { SelectHintId = other.SelectHintId; } if (other.APIKLEGGDHM != false) { APIKLEGGDHM = other.APIKLEGGDHM; } if (other.OOOECPAACCK != 0) { OOOECPAACCK = other.OOOECPAACCK; } _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 16: { SelectHintId = input.ReadUInt32(); break; } case 24: { BMFCBCMCLAF = input.ReadUInt32(); break; } case 34: case 32: { selectMiracleList_.AddEntriesFrom(input, _repeated_selectMiracleList_codec); break; } case 80: { OOOECPAACCK = input.ReadUInt32(); break; } case 90: case 88: { miracleHandbookList_.AddEntriesFrom(input, _repeated_miracleHandbookList_codec); break; } case 120: { APIKLEGGDHM = input.ReadBool(); 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 16: { SelectHintId = input.ReadUInt32(); break; } case 24: { BMFCBCMCLAF = input.ReadUInt32(); break; } case 34: case 32: { selectMiracleList_.AddEntriesFrom(ref input, _repeated_selectMiracleList_codec); break; } case 80: { OOOECPAACCK = input.ReadUInt32(); break; } case 90: case 88: { miracleHandbookList_.AddEntriesFrom(ref input, _repeated_miracleHandbookList_codec); break; } case 120: { APIKLEGGDHM = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code