//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueHandbook.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 RogueHandbook.proto
public static partial class RogueHandbookReflection {
#region Descriptor
/// File descriptor for RogueHandbook.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueHandbookReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNSb2d1ZUhhbmRib29rLnByb3RvGh5Sb2d1ZUhhbmRib29rTWlyYWNsZUlu",
"Zm8ucHJvdG8aG1JvZ3VlSGFuZGJvb2tBZW9uSW5mby5wcm90bxobUm9ndWVI",
"YW5kYm9va01hemVCdWZmLnByb3RvGhxSb2d1ZUhhbmRib29rRXZlbnRJbmZv",
"LnByb3RvIsMBCg1Sb2d1ZUhhbmRib29rEisKCmV2ZW50X2xpc3QYAyADKAsy",
"Fy5Sb2d1ZUhhbmRib29rRXZlbnRJbmZvEikKCWJ1ZmZfbGlzdBgHIAMoCzIW",
"LlJvZ3VlSGFuZGJvb2tNYXplQnVmZhIpCglhZW9uX2xpc3QYCyADKAsyFi5S",
"b2d1ZUhhbmRib29rQWVvbkluZm8SLwoMbWlyYWNsZV9saXN0GAkgAygLMhku",
"Um9ndWVIYW5kYm9va01pcmFjbGVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueHandbookMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookAeonInfoReflection.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.RogueHandbook), global::EggLink.DanhengServer.Proto.RogueHandbook.Parser, new[]{ "EventList", "BuffList", "AeonList", "MiracleList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueHandbook : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueHandbook());
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.RogueHandbookReflection.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 RogueHandbook() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueHandbook(RogueHandbook other) : this() {
eventList_ = other.eventList_.Clone();
buffList_ = other.buffList_.Clone();
aeonList_ = other.aeonList_.Clone();
miracleList_ = other.miracleList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueHandbook Clone() {
return new RogueHandbook(this);
}
/// Field number for the "event_list" field.
public const int EventListFieldNumber = 3;
private static readonly pb::FieldCodec _repeated_eventList_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.RogueHandbookEventInfo.Parser);
private readonly pbc::RepeatedField eventList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField EventList {
get { return eventList_; }
}
/// Field number for the "buff_list" field.
public const int BuffListFieldNumber = 7;
private static readonly pb::FieldCodec _repeated_buffList_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuff.Parser);
private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField BuffList {
get { return buffList_; }
}
/// Field number for the "aeon_list" field.
public const int AeonListFieldNumber = 11;
private static readonly pb::FieldCodec _repeated_aeonList_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.RogueHandbookAeonInfo.Parser);
private readonly pbc::RepeatedField aeonList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField AeonList {
get { return aeonList_; }
}
/// Field number for the "miracle_list" field.
public const int MiracleListFieldNumber = 9;
private static readonly pb::FieldCodec _repeated_miracleList_codec
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.RogueHandbookMiracleInfo.Parser);
private readonly pbc::RepeatedField miracleList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField MiracleList {
get { return miracleList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueHandbook);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueHandbook other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!eventList_.Equals(other.eventList_)) return false;
if(!buffList_.Equals(other.buffList_)) return false;
if(!aeonList_.Equals(other.aeonList_)) return false;
if(!miracleList_.Equals(other.miracleList_)) 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 ^= eventList_.GetHashCode();
hash ^= buffList_.GetHashCode();
hash ^= aeonList_.GetHashCode();
hash ^= miracleList_.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
eventList_.WriteTo(output, _repeated_eventList_codec);
buffList_.WriteTo(output, _repeated_buffList_codec);
miracleList_.WriteTo(output, _repeated_miracleList_codec);
aeonList_.WriteTo(output, _repeated_aeonList_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) {
eventList_.WriteTo(ref output, _repeated_eventList_codec);
buffList_.WriteTo(ref output, _repeated_buffList_codec);
miracleList_.WriteTo(ref output, _repeated_miracleList_codec);
aeonList_.WriteTo(ref output, _repeated_aeonList_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 += eventList_.CalculateSize(_repeated_eventList_codec);
size += buffList_.CalculateSize(_repeated_buffList_codec);
size += aeonList_.CalculateSize(_repeated_aeonList_codec);
size += miracleList_.CalculateSize(_repeated_miracleList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueHandbook other) {
if (other == null) {
return;
}
eventList_.Add(other.eventList_);
buffList_.Add(other.buffList_);
aeonList_.Add(other.aeonList_);
miracleList_.Add(other.miracleList_);
_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 26: {
eventList_.AddEntriesFrom(input, _repeated_eventList_codec);
break;
}
case 58: {
buffList_.AddEntriesFrom(input, _repeated_buffList_codec);
break;
}
case 74: {
miracleList_.AddEntriesFrom(input, _repeated_miracleList_codec);
break;
}
case 90: {
aeonList_.AddEntriesFrom(input, _repeated_aeonList_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 26: {
eventList_.AddEntriesFrom(ref input, _repeated_eventList_codec);
break;
}
case 58: {
buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec);
break;
}
case 74: {
miracleList_.AddEntriesFrom(ref input, _repeated_miracleList_codec);
break;
}
case 90: {
aeonList_.AddEntriesFrom(ref input, _repeated_aeonList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code