mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
405 lines
15 KiB
C#
405 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueMiracleSelectInfo.proto
|
|
// </auto-generated>
|
|
#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 {
|
|
|
|
/// <summary>Holder for reflection information generated from RogueMiracleSelectInfo.proto</summary>
|
|
public static partial class RogueMiracleSelectInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueMiracleSelectInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueMiracleSelectInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChxSb2d1ZU1pcmFjbGVTZWxlY3RJbmZvLnByb3RvIqsBChZSb2d1ZU1pcmFj",
|
|
"bGVTZWxlY3RJbmZvEhsKE3NlbGVjdF9taXJhY2xlX2xpc3QYBSADKA0SEwoL",
|
|
"T09PRUNQQUFDQ0sYAiABKA0SEwoLQVBJS0xFR0dESE0YAyABKAgSHQoVbWly",
|
|
"YWNsZV9oYW5kYm9va19saXN0GA8gAygNEhMKC0JNRkNCQ01DTEFGGAcgASgN",
|
|
"EhYKDnNlbGVjdF9oaW50X2lkGAggASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
|
"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[]{ "SelectMiracleList", "OOOECPAACCK", "APIKLEGGDHM", "MiracleHandbookList", "BMFCBCMCLAF", "SelectHintId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RogueMiracleSelectInfo : pb::IMessage<RogueMiracleSelectInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RogueMiracleSelectInfo> _parser = new pb::MessageParser<RogueMiracleSelectInfo>(() => new RogueMiracleSelectInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RogueMiracleSelectInfo> 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() {
|
|
selectMiracleList_ = other.selectMiracleList_.Clone();
|
|
oOOECPAACCK_ = other.oOOECPAACCK_;
|
|
aPIKLEGGDHM_ = other.aPIKLEGGDHM_;
|
|
miracleHandbookList_ = other.miracleHandbookList_.Clone();
|
|
bMFCBCMCLAF_ = other.bMFCBCMCLAF_;
|
|
selectHintId_ = other.selectHintId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueMiracleSelectInfo Clone() {
|
|
return new RogueMiracleSelectInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "select_miracle_list" field.</summary>
|
|
public const int SelectMiracleListFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_selectMiracleList_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> selectMiracleList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> SelectMiracleList {
|
|
get { return selectMiracleList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "OOOECPAACCK" field.</summary>
|
|
public const int OOOECPAACCKFieldNumber = 2;
|
|
private uint oOOECPAACCK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OOOECPAACCK {
|
|
get { return oOOECPAACCK_; }
|
|
set {
|
|
oOOECPAACCK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "APIKLEGGDHM" field.</summary>
|
|
public const int APIKLEGGDHMFieldNumber = 3;
|
|
private bool aPIKLEGGDHM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool APIKLEGGDHM {
|
|
get { return aPIKLEGGDHM_; }
|
|
set {
|
|
aPIKLEGGDHM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "miracle_handbook_list" field.</summary>
|
|
public const int MiracleHandbookListFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_miracleHandbookList_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> miracleHandbookList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> MiracleHandbookList {
|
|
get { return miracleHandbookList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "BMFCBCMCLAF" field.</summary>
|
|
public const int BMFCBCMCLAFFieldNumber = 7;
|
|
private uint bMFCBCMCLAF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BMFCBCMCLAF {
|
|
get { return bMFCBCMCLAF_; }
|
|
set {
|
|
bMFCBCMCLAF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "select_hint_id" field.</summary>
|
|
public const int SelectHintIdFieldNumber = 8;
|
|
private uint selectHintId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SelectHintId {
|
|
get { return selectHintId_; }
|
|
set {
|
|
selectHintId_ = 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(!selectMiracleList_.Equals(other.selectMiracleList_)) return false;
|
|
if (OOOECPAACCK != other.OOOECPAACCK) return false;
|
|
if (APIKLEGGDHM != other.APIKLEGGDHM) return false;
|
|
if(!miracleHandbookList_.Equals(other.miracleHandbookList_)) return false;
|
|
if (BMFCBCMCLAF != other.BMFCBCMCLAF) return false;
|
|
if (SelectHintId != other.SelectHintId) 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 ^= selectMiracleList_.GetHashCode();
|
|
if (OOOECPAACCK != 0) hash ^= OOOECPAACCK.GetHashCode();
|
|
if (APIKLEGGDHM != false) hash ^= APIKLEGGDHM.GetHashCode();
|
|
hash ^= miracleHandbookList_.GetHashCode();
|
|
if (BMFCBCMCLAF != 0) hash ^= BMFCBCMCLAF.GetHashCode();
|
|
if (SelectHintId != 0) hash ^= SelectHintId.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 (OOOECPAACCK != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(OOOECPAACCK);
|
|
}
|
|
if (APIKLEGGDHM != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(APIKLEGGDHM);
|
|
}
|
|
selectMiracleList_.WriteTo(output, _repeated_selectMiracleList_codec);
|
|
if (BMFCBCMCLAF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(BMFCBCMCLAF);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(SelectHintId);
|
|
}
|
|
miracleHandbookList_.WriteTo(output, _repeated_miracleHandbookList_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 (OOOECPAACCK != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(OOOECPAACCK);
|
|
}
|
|
if (APIKLEGGDHM != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(APIKLEGGDHM);
|
|
}
|
|
selectMiracleList_.WriteTo(ref output, _repeated_selectMiracleList_codec);
|
|
if (BMFCBCMCLAF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(BMFCBCMCLAF);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(SelectHintId);
|
|
}
|
|
miracleHandbookList_.WriteTo(ref output, _repeated_miracleHandbookList_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 += selectMiracleList_.CalculateSize(_repeated_selectMiracleList_codec);
|
|
if (OOOECPAACCK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOOECPAACCK);
|
|
}
|
|
if (APIKLEGGDHM != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += miracleHandbookList_.CalculateSize(_repeated_miracleHandbookList_codec);
|
|
if (BMFCBCMCLAF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BMFCBCMCLAF);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId);
|
|
}
|
|
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;
|
|
}
|
|
selectMiracleList_.Add(other.selectMiracleList_);
|
|
if (other.OOOECPAACCK != 0) {
|
|
OOOECPAACCK = other.OOOECPAACCK;
|
|
}
|
|
if (other.APIKLEGGDHM != false) {
|
|
APIKLEGGDHM = other.APIKLEGGDHM;
|
|
}
|
|
miracleHandbookList_.Add(other.miracleHandbookList_);
|
|
if (other.BMFCBCMCLAF != 0) {
|
|
BMFCBCMCLAF = other.BMFCBCMCLAF;
|
|
}
|
|
if (other.SelectHintId != 0) {
|
|
SelectHintId = other.SelectHintId;
|
|
}
|
|
_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: {
|
|
OOOECPAACCK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
APIKLEGGDHM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
selectMiracleList_.AddEntriesFrom(input, _repeated_selectMiracleList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
BMFCBCMCLAF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
SelectHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
miracleHandbookList_.AddEntriesFrom(input, _repeated_miracleHandbookList_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 16: {
|
|
OOOECPAACCK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
APIKLEGGDHM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
selectMiracleList_.AddEntriesFrom(ref input, _repeated_selectMiracleList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
BMFCBCMCLAF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
SelectHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
miracleHandbookList_.AddEntriesFrom(ref input, _repeated_miracleHandbookList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|