mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
516 lines
19 KiB
C#
516 lines
19 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: NpcRogueInfo.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 NpcRogueInfo.proto</summary>
|
|
public static partial class NpcRogueInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for NpcRogueInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static NpcRogueInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJOcGNSb2d1ZUluZm8ucHJvdG8aG05wY0RpYWxvZ3VlRXZlbnRQYXJhbS5w",
|
|
"cm90byLKAgoMTnBjUm9ndWVJbmZvEhMKC0pPRk1JS0ZCR0hQGAkgASgIEhAK",
|
|
"CGV2ZW50X2lkGAsgASgNEhMKC2RpYWxvZ3VlX2lkGAwgASgNEhcKD2Zpbmlz",
|
|
"aF9kaWFsb2d1ZRgPIAEoCBITCgtKRkNCRUhOTUdOTxgBIAEoCBITCgtPRU5M",
|
|
"S0RDTEVPQRgCIAEoDRIzCgtGS0RIRENHT0lNRhgIIAMoCzIeLk5wY1JvZ3Vl",
|
|
"SW5mby5GS0RIRENHT0lNRkVudHJ5EhcKD2V2ZW50X3VuaXF1ZV9pZBgEIAEo",
|
|
"DRI5ChlkaWFsb2d1ZV9ldmVudF9wYXJhbV9saXN0GAUgAygLMhYuTnBjRGlh",
|
|
"bG9ndWVFdmVudFBhcmFtGjIKEEZLREhEQ0dPSU1GRW50cnkSCwoDa2V5GAEg",
|
|
"ASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NpcDialogueEventParamReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcRogueInfo), global::EggLink.DanhengServer.Proto.NpcRogueInfo.Parser, new[]{ "JOFMIKFBGHP", "EventId", "DialogueId", "FinishDialogue", "JFCBEHNMGNO", "OENLKDCLEOA", "FKDHDCGOIMF", "EventUniqueId", "DialogueEventParamList" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class NpcRogueInfo : pb::IMessage<NpcRogueInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<NpcRogueInfo> _parser = new pb::MessageParser<NpcRogueInfo>(() => new NpcRogueInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<NpcRogueInfo> 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.NpcRogueInfoReflection.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 NpcRogueInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NpcRogueInfo(NpcRogueInfo other) : this() {
|
|
jOFMIKFBGHP_ = other.jOFMIKFBGHP_;
|
|
eventId_ = other.eventId_;
|
|
dialogueId_ = other.dialogueId_;
|
|
finishDialogue_ = other.finishDialogue_;
|
|
jFCBEHNMGNO_ = other.jFCBEHNMGNO_;
|
|
oENLKDCLEOA_ = other.oENLKDCLEOA_;
|
|
fKDHDCGOIMF_ = other.fKDHDCGOIMF_.Clone();
|
|
eventUniqueId_ = other.eventUniqueId_;
|
|
dialogueEventParamList_ = other.dialogueEventParamList_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NpcRogueInfo Clone() {
|
|
return new NpcRogueInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JOFMIKFBGHP" field.</summary>
|
|
public const int JOFMIKFBGHPFieldNumber = 9;
|
|
private bool jOFMIKFBGHP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool JOFMIKFBGHP {
|
|
get { return jOFMIKFBGHP_; }
|
|
set {
|
|
jOFMIKFBGHP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "event_id" field.</summary>
|
|
public const int EventIdFieldNumber = 11;
|
|
private uint eventId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EventId {
|
|
get { return eventId_; }
|
|
set {
|
|
eventId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dialogue_id" field.</summary>
|
|
public const int DialogueIdFieldNumber = 12;
|
|
private uint dialogueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DialogueId {
|
|
get { return dialogueId_; }
|
|
set {
|
|
dialogueId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "finish_dialogue" field.</summary>
|
|
public const int FinishDialogueFieldNumber = 15;
|
|
private bool finishDialogue_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool FinishDialogue {
|
|
get { return finishDialogue_; }
|
|
set {
|
|
finishDialogue_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JFCBEHNMGNO" field.</summary>
|
|
public const int JFCBEHNMGNOFieldNumber = 1;
|
|
private bool jFCBEHNMGNO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool JFCBEHNMGNO {
|
|
get { return jFCBEHNMGNO_; }
|
|
set {
|
|
jFCBEHNMGNO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OENLKDCLEOA" field.</summary>
|
|
public const int OENLKDCLEOAFieldNumber = 2;
|
|
private uint oENLKDCLEOA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OENLKDCLEOA {
|
|
get { return oENLKDCLEOA_; }
|
|
set {
|
|
oENLKDCLEOA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FKDHDCGOIMF" field.</summary>
|
|
public const int FKDHDCGOIMFFieldNumber = 8;
|
|
private static readonly pbc::MapField<uint, uint>.Codec _map_fKDHDCGOIMF_codec
|
|
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 66);
|
|
private readonly pbc::MapField<uint, uint> fKDHDCGOIMF_ = new pbc::MapField<uint, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, uint> FKDHDCGOIMF {
|
|
get { return fKDHDCGOIMF_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "event_unique_id" field.</summary>
|
|
public const int EventUniqueIdFieldNumber = 4;
|
|
private uint eventUniqueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EventUniqueId {
|
|
get { return eventUniqueId_; }
|
|
set {
|
|
eventUniqueId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dialogue_event_param_list" field.</summary>
|
|
public const int DialogueEventParamListFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NpcDialogueEventParam> _repeated_dialogueEventParamList_codec
|
|
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.NpcDialogueEventParam.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NpcDialogueEventParam> dialogueEventParamList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NpcDialogueEventParam>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NpcDialogueEventParam> DialogueEventParamList {
|
|
get { return dialogueEventParamList_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as NpcRogueInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(NpcRogueInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (JOFMIKFBGHP != other.JOFMIKFBGHP) return false;
|
|
if (EventId != other.EventId) return false;
|
|
if (DialogueId != other.DialogueId) return false;
|
|
if (FinishDialogue != other.FinishDialogue) return false;
|
|
if (JFCBEHNMGNO != other.JFCBEHNMGNO) return false;
|
|
if (OENLKDCLEOA != other.OENLKDCLEOA) return false;
|
|
if (!FKDHDCGOIMF.Equals(other.FKDHDCGOIMF)) return false;
|
|
if (EventUniqueId != other.EventUniqueId) return false;
|
|
if(!dialogueEventParamList_.Equals(other.dialogueEventParamList_)) 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 (JOFMIKFBGHP != false) hash ^= JOFMIKFBGHP.GetHashCode();
|
|
if (EventId != 0) hash ^= EventId.GetHashCode();
|
|
if (DialogueId != 0) hash ^= DialogueId.GetHashCode();
|
|
if (FinishDialogue != false) hash ^= FinishDialogue.GetHashCode();
|
|
if (JFCBEHNMGNO != false) hash ^= JFCBEHNMGNO.GetHashCode();
|
|
if (OENLKDCLEOA != 0) hash ^= OENLKDCLEOA.GetHashCode();
|
|
hash ^= FKDHDCGOIMF.GetHashCode();
|
|
if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode();
|
|
hash ^= dialogueEventParamList_.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 (JFCBEHNMGNO != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(JFCBEHNMGNO);
|
|
}
|
|
if (OENLKDCLEOA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(OENLKDCLEOA);
|
|
}
|
|
if (EventUniqueId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EventUniqueId);
|
|
}
|
|
dialogueEventParamList_.WriteTo(output, _repeated_dialogueEventParamList_codec);
|
|
fKDHDCGOIMF_.WriteTo(output, _map_fKDHDCGOIMF_codec);
|
|
if (JOFMIKFBGHP != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(JOFMIKFBGHP);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
if (DialogueId != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(DialogueId);
|
|
}
|
|
if (FinishDialogue != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(FinishDialogue);
|
|
}
|
|
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 (JFCBEHNMGNO != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(JFCBEHNMGNO);
|
|
}
|
|
if (OENLKDCLEOA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(OENLKDCLEOA);
|
|
}
|
|
if (EventUniqueId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EventUniqueId);
|
|
}
|
|
dialogueEventParamList_.WriteTo(ref output, _repeated_dialogueEventParamList_codec);
|
|
fKDHDCGOIMF_.WriteTo(ref output, _map_fKDHDCGOIMF_codec);
|
|
if (JOFMIKFBGHP != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(JOFMIKFBGHP);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
if (DialogueId != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(DialogueId);
|
|
}
|
|
if (FinishDialogue != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(FinishDialogue);
|
|
}
|
|
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 (JOFMIKFBGHP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (EventId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
|
|
}
|
|
if (DialogueId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DialogueId);
|
|
}
|
|
if (FinishDialogue != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (JFCBEHNMGNO != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (OENLKDCLEOA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OENLKDCLEOA);
|
|
}
|
|
size += fKDHDCGOIMF_.CalculateSize(_map_fKDHDCGOIMF_codec);
|
|
if (EventUniqueId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId);
|
|
}
|
|
size += dialogueEventParamList_.CalculateSize(_repeated_dialogueEventParamList_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(NpcRogueInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.JOFMIKFBGHP != false) {
|
|
JOFMIKFBGHP = other.JOFMIKFBGHP;
|
|
}
|
|
if (other.EventId != 0) {
|
|
EventId = other.EventId;
|
|
}
|
|
if (other.DialogueId != 0) {
|
|
DialogueId = other.DialogueId;
|
|
}
|
|
if (other.FinishDialogue != false) {
|
|
FinishDialogue = other.FinishDialogue;
|
|
}
|
|
if (other.JFCBEHNMGNO != false) {
|
|
JFCBEHNMGNO = other.JFCBEHNMGNO;
|
|
}
|
|
if (other.OENLKDCLEOA != 0) {
|
|
OENLKDCLEOA = other.OENLKDCLEOA;
|
|
}
|
|
fKDHDCGOIMF_.MergeFrom(other.fKDHDCGOIMF_);
|
|
if (other.EventUniqueId != 0) {
|
|
EventUniqueId = other.EventUniqueId;
|
|
}
|
|
dialogueEventParamList_.Add(other.dialogueEventParamList_);
|
|
_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: {
|
|
JFCBEHNMGNO = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
OENLKDCLEOA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
EventUniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
dialogueEventParamList_.AddEntriesFrom(input, _repeated_dialogueEventParamList_codec);
|
|
break;
|
|
}
|
|
case 66: {
|
|
fKDHDCGOIMF_.AddEntriesFrom(input, _map_fKDHDCGOIMF_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
JOFMIKFBGHP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
DialogueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FinishDialogue = 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: {
|
|
JFCBEHNMGNO = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
OENLKDCLEOA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
EventUniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
dialogueEventParamList_.AddEntriesFrom(ref input, _repeated_dialogueEventParamList_codec);
|
|
break;
|
|
}
|
|
case 66: {
|
|
fKDHDCGOIMF_.AddEntriesFrom(ref input, _map_fKDHDCGOIMF_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
JOFMIKFBGHP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
DialogueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FinishDialogue = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|