// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: NpcRogueGameInfo.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 NpcRogueGameInfo.proto public static partial class NpcRogueGameInfoReflection { #region Descriptor /// File descriptor for NpcRogueGameInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static NpcRogueGameInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZOcGNSb2d1ZUdhbWVJbmZvLnByb3RvIosCChBOcGNSb2d1ZUdhbWVJbmZv", "EhgKEHRhbGtfZGlhbG9ndWVfaWQYBiABKA0SFwoPZmluaXNoX2RpYWxvZ3Vl", "GAQgASgIEhMKC0VDQ0RHTEJLRUpFGA4gASgIEjcKC0tKQ0JORUlOREhMGAgg", "AygLMiIuTnBjUm9ndWVHYW1lSW5mby5LSkNCTkVJTkRITEVudHJ5EhcKD2V2", "ZW50X3VuaXF1ZV9pZBgDIAEoDRITCgtKRU5GSE9NQktLRRgFIAEoCBIUCgxh", "ZW9uX3RhbGtfaWQYASABKA0aMgoQS0pDQk5FSU5ESExFbnRyeRILCgNrZXkY", "ASABKA0SDQoFdmFsdWUYAiABKA06AjgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "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.NpcRogueGameInfo), global::EggLink.DanhengServer.Proto.NpcRogueGameInfo.Parser, new[]{ "TalkDialogueId", "FinishDialogue", "ECCDGLBKEJE", "KJCBNEINDHL", "EventUniqueId", "JENFHOMBKKE", "AeonTalkId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class NpcRogueGameInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NpcRogueGameInfo()); 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.NpcRogueGameInfoReflection.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 NpcRogueGameInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NpcRogueGameInfo(NpcRogueGameInfo other) : this() { talkDialogueId_ = other.talkDialogueId_; finishDialogue_ = other.finishDialogue_; eCCDGLBKEJE_ = other.eCCDGLBKEJE_; kJCBNEINDHL_ = other.kJCBNEINDHL_.Clone(); eventUniqueId_ = other.eventUniqueId_; jENFHOMBKKE_ = other.jENFHOMBKKE_; aeonTalkId_ = other.aeonTalkId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NpcRogueGameInfo Clone() { return new NpcRogueGameInfo(this); } /// Field number for the "talk_dialogue_id" field. public const int TalkDialogueIdFieldNumber = 6; private uint talkDialogueId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint TalkDialogueId { get { return talkDialogueId_; } set { talkDialogueId_ = value; } } /// Field number for the "finish_dialogue" field. public const int FinishDialogueFieldNumber = 4; private bool finishDialogue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool FinishDialogue { get { return finishDialogue_; } set { finishDialogue_ = value; } } /// Field number for the "ECCDGLBKEJE" field. public const int ECCDGLBKEJEFieldNumber = 14; private bool eCCDGLBKEJE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool ECCDGLBKEJE { get { return eCCDGLBKEJE_; } set { eCCDGLBKEJE_ = value; } } /// Field number for the "KJCBNEINDHL" field. public const int KJCBNEINDHLFieldNumber = 8; private static readonly pbc::MapField.Codec _map_kJCBNEINDHL_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 66); private readonly pbc::MapField kJCBNEINDHL_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField KJCBNEINDHL { get { return kJCBNEINDHL_; } } /// Field number for the "event_unique_id" field. public const int EventUniqueIdFieldNumber = 3; private uint eventUniqueId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EventUniqueId { get { return eventUniqueId_; } set { eventUniqueId_ = value; } } /// Field number for the "JENFHOMBKKE" field. public const int JENFHOMBKKEFieldNumber = 5; private bool jENFHOMBKKE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool JENFHOMBKKE { get { return jENFHOMBKKE_; } set { jENFHOMBKKE_ = value; } } /// Field number for the "aeon_talk_id" field. public const int AeonTalkIdFieldNumber = 1; private uint aeonTalkId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AeonTalkId { get { return aeonTalkId_; } set { aeonTalkId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as NpcRogueGameInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(NpcRogueGameInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (TalkDialogueId != other.TalkDialogueId) return false; if (FinishDialogue != other.FinishDialogue) return false; if (ECCDGLBKEJE != other.ECCDGLBKEJE) return false; if (!KJCBNEINDHL.Equals(other.KJCBNEINDHL)) return false; if (EventUniqueId != other.EventUniqueId) return false; if (JENFHOMBKKE != other.JENFHOMBKKE) return false; if (AeonTalkId != other.AeonTalkId) 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; if (TalkDialogueId != 0) hash ^= TalkDialogueId.GetHashCode(); if (FinishDialogue != false) hash ^= FinishDialogue.GetHashCode(); if (ECCDGLBKEJE != false) hash ^= ECCDGLBKEJE.GetHashCode(); hash ^= KJCBNEINDHL.GetHashCode(); if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode(); if (JENFHOMBKKE != false) hash ^= JENFHOMBKKE.GetHashCode(); if (AeonTalkId != 0) hash ^= AeonTalkId.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 (AeonTalkId != 0) { output.WriteRawTag(8); output.WriteUInt32(AeonTalkId); } if (EventUniqueId != 0) { output.WriteRawTag(24); output.WriteUInt32(EventUniqueId); } if (FinishDialogue != false) { output.WriteRawTag(32); output.WriteBool(FinishDialogue); } if (JENFHOMBKKE != false) { output.WriteRawTag(40); output.WriteBool(JENFHOMBKKE); } if (TalkDialogueId != 0) { output.WriteRawTag(48); output.WriteUInt32(TalkDialogueId); } kJCBNEINDHL_.WriteTo(output, _map_kJCBNEINDHL_codec); if (ECCDGLBKEJE != false) { output.WriteRawTag(112); output.WriteBool(ECCDGLBKEJE); } 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 (AeonTalkId != 0) { output.WriteRawTag(8); output.WriteUInt32(AeonTalkId); } if (EventUniqueId != 0) { output.WriteRawTag(24); output.WriteUInt32(EventUniqueId); } if (FinishDialogue != false) { output.WriteRawTag(32); output.WriteBool(FinishDialogue); } if (JENFHOMBKKE != false) { output.WriteRawTag(40); output.WriteBool(JENFHOMBKKE); } if (TalkDialogueId != 0) { output.WriteRawTag(48); output.WriteUInt32(TalkDialogueId); } kJCBNEINDHL_.WriteTo(ref output, _map_kJCBNEINDHL_codec); if (ECCDGLBKEJE != false) { output.WriteRawTag(112); output.WriteBool(ECCDGLBKEJE); } 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; if (TalkDialogueId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TalkDialogueId); } if (FinishDialogue != false) { size += 1 + 1; } if (ECCDGLBKEJE != false) { size += 1 + 1; } size += kJCBNEINDHL_.CalculateSize(_map_kJCBNEINDHL_codec); if (EventUniqueId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId); } if (JENFHOMBKKE != false) { size += 1 + 1; } if (AeonTalkId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AeonTalkId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(NpcRogueGameInfo other) { if (other == null) { return; } if (other.TalkDialogueId != 0) { TalkDialogueId = other.TalkDialogueId; } if (other.FinishDialogue != false) { FinishDialogue = other.FinishDialogue; } if (other.ECCDGLBKEJE != false) { ECCDGLBKEJE = other.ECCDGLBKEJE; } kJCBNEINDHL_.MergeFrom(other.kJCBNEINDHL_); if (other.EventUniqueId != 0) { EventUniqueId = other.EventUniqueId; } if (other.JENFHOMBKKE != false) { JENFHOMBKKE = other.JENFHOMBKKE; } if (other.AeonTalkId != 0) { AeonTalkId = other.AeonTalkId; } _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 8: { AeonTalkId = input.ReadUInt32(); break; } case 24: { EventUniqueId = input.ReadUInt32(); break; } case 32: { FinishDialogue = input.ReadBool(); break; } case 40: { JENFHOMBKKE = input.ReadBool(); break; } case 48: { TalkDialogueId = input.ReadUInt32(); break; } case 66: { kJCBNEINDHL_.AddEntriesFrom(input, _map_kJCBNEINDHL_codec); break; } case 112: { ECCDGLBKEJE = 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 8: { AeonTalkId = input.ReadUInt32(); break; } case 24: { EventUniqueId = input.ReadUInt32(); break; } case 32: { FinishDialogue = input.ReadBool(); break; } case 40: { JENFHOMBKKE = input.ReadBool(); break; } case 48: { TalkDialogueId = input.ReadUInt32(); break; } case 66: { kJCBNEINDHL_.AddEntriesFrom(ref input, _map_kJCBNEINDHL_codec); break; } case 112: { ECCDGLBKEJE = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code