Files
DanhengServer-OpenSource/Proto/NpcRogueGameInfo.cs
2024-10-27 13:23:57 +08:00

519 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: NpcRogueGameInfo.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 NpcRogueGameInfo.proto</summary>
public static partial class NpcRogueGameInfoReflection {
#region Descriptor
/// <summary>File descriptor for NpcRogueGameInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static NpcRogueGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZOcGNSb2d1ZUdhbWVJbmZvLnByb3RvGhtOcGNEaWFsb2d1ZUV2ZW50UGFy",
"YW0ucHJvdG8i2wIKEE5wY1JvZ3VlR2FtZUluZm8SOQoZZGlhbG9ndWVfZXZl",
"bnRfcGFyYW1fbGlzdBgFIAMoCzIWLk5wY0RpYWxvZ3VlRXZlbnRQYXJhbRIT",
"CgtNQ0JNSkhOT0ZOTxgCIAEoCBIYChB0YWxrX2RpYWxvZ3VlX2lkGAwgASgN",
"EhQKDGFlb25fdGFsa19pZBgOIAEoDRIXCg9ldmVudF91bmlxdWVfaWQYCCAB",
"KA0SFwoPZmluaXNoX2RpYWxvZ3VlGAsgASgIEjcKC01JRFBFUEdHSkVMGAEg",
"AygLMiIuTnBjUm9ndWVHYW1lSW5mby5NSURQRVBHR0pFTEVudHJ5EhMKC0ZC",
"Q0hISkpBTUxIGAogASgIEhMKC0tPSExQSUtMQUJBGA0gASgNGjIKEE1JRFBF",
"UEdHSkVMRW50cnkSCwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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.NpcRogueGameInfo), global::EggLink.DanhengServer.Proto.NpcRogueGameInfo.Parser, new[]{ "DialogueEventParamList", "MCBMJHNOFNO", "TalkDialogueId", "AeonTalkId", "EventUniqueId", "FinishDialogue", "MIDPEPGGJEL", "FBCHHJJAMLH", "KOHLPIKLABA" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class NpcRogueGameInfo : pb::IMessage<NpcRogueGameInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<NpcRogueGameInfo> _parser = new pb::MessageParser<NpcRogueGameInfo>(() => new NpcRogueGameInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<NpcRogueGameInfo> 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() {
dialogueEventParamList_ = other.dialogueEventParamList_.Clone();
mCBMJHNOFNO_ = other.mCBMJHNOFNO_;
talkDialogueId_ = other.talkDialogueId_;
aeonTalkId_ = other.aeonTalkId_;
eventUniqueId_ = other.eventUniqueId_;
finishDialogue_ = other.finishDialogue_;
mIDPEPGGJEL_ = other.mIDPEPGGJEL_.Clone();
fBCHHJJAMLH_ = other.fBCHHJJAMLH_;
kOHLPIKLABA_ = other.kOHLPIKLABA_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public NpcRogueGameInfo Clone() {
return new NpcRogueGameInfo(this);
}
/// <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_; }
}
/// <summary>Field number for the "MCBMJHNOFNO" field.</summary>
public const int MCBMJHNOFNOFieldNumber = 2;
private bool mCBMJHNOFNO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool MCBMJHNOFNO {
get { return mCBMJHNOFNO_; }
set {
mCBMJHNOFNO_ = value;
}
}
/// <summary>Field number for the "talk_dialogue_id" field.</summary>
public const int TalkDialogueIdFieldNumber = 12;
private uint talkDialogueId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TalkDialogueId {
get { return talkDialogueId_; }
set {
talkDialogueId_ = value;
}
}
/// <summary>Field number for the "aeon_talk_id" field.</summary>
public const int AeonTalkIdFieldNumber = 14;
private uint aeonTalkId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AeonTalkId {
get { return aeonTalkId_; }
set {
aeonTalkId_ = value;
}
}
/// <summary>Field number for the "event_unique_id" field.</summary>
public const int EventUniqueIdFieldNumber = 8;
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 "finish_dialogue" field.</summary>
public const int FinishDialogueFieldNumber = 11;
private bool finishDialogue_;
/// <summary>
/// 2, 10
/// </summary>
[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 "MIDPEPGGJEL" field.</summary>
public const int MIDPEPGGJELFieldNumber = 1;
private static readonly pbc::MapField<uint, uint>.Codec _map_mIDPEPGGJEL_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 10);
private readonly pbc::MapField<uint, uint> mIDPEPGGJEL_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> MIDPEPGGJEL {
get { return mIDPEPGGJEL_; }
}
/// <summary>Field number for the "FBCHHJJAMLH" field.</summary>
public const int FBCHHJJAMLHFieldNumber = 10;
private bool fBCHHJJAMLH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool FBCHHJJAMLH {
get { return fBCHHJJAMLH_; }
set {
fBCHHJJAMLH_ = value;
}
}
/// <summary>Field number for the "KOHLPIKLABA" field.</summary>
public const int KOHLPIKLABAFieldNumber = 13;
private uint kOHLPIKLABA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KOHLPIKLABA {
get { return kOHLPIKLABA_; }
set {
kOHLPIKLABA_ = 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(!dialogueEventParamList_.Equals(other.dialogueEventParamList_)) return false;
if (MCBMJHNOFNO != other.MCBMJHNOFNO) return false;
if (TalkDialogueId != other.TalkDialogueId) return false;
if (AeonTalkId != other.AeonTalkId) return false;
if (EventUniqueId != other.EventUniqueId) return false;
if (FinishDialogue != other.FinishDialogue) return false;
if (!MIDPEPGGJEL.Equals(other.MIDPEPGGJEL)) return false;
if (FBCHHJJAMLH != other.FBCHHJJAMLH) return false;
if (KOHLPIKLABA != other.KOHLPIKLABA) 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 ^= dialogueEventParamList_.GetHashCode();
if (MCBMJHNOFNO != false) hash ^= MCBMJHNOFNO.GetHashCode();
if (TalkDialogueId != 0) hash ^= TalkDialogueId.GetHashCode();
if (AeonTalkId != 0) hash ^= AeonTalkId.GetHashCode();
if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode();
if (FinishDialogue != false) hash ^= FinishDialogue.GetHashCode();
hash ^= MIDPEPGGJEL.GetHashCode();
if (FBCHHJJAMLH != false) hash ^= FBCHHJJAMLH.GetHashCode();
if (KOHLPIKLABA != 0) hash ^= KOHLPIKLABA.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
mIDPEPGGJEL_.WriteTo(output, _map_mIDPEPGGJEL_codec);
if (MCBMJHNOFNO != false) {
output.WriteRawTag(16);
output.WriteBool(MCBMJHNOFNO);
}
dialogueEventParamList_.WriteTo(output, _repeated_dialogueEventParamList_codec);
if (EventUniqueId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(EventUniqueId);
}
if (FBCHHJJAMLH != false) {
output.WriteRawTag(80);
output.WriteBool(FBCHHJJAMLH);
}
if (FinishDialogue != false) {
output.WriteRawTag(88);
output.WriteBool(FinishDialogue);
}
if (TalkDialogueId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(TalkDialogueId);
}
if (KOHLPIKLABA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KOHLPIKLABA);
}
if (AeonTalkId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(AeonTalkId);
}
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) {
mIDPEPGGJEL_.WriteTo(ref output, _map_mIDPEPGGJEL_codec);
if (MCBMJHNOFNO != false) {
output.WriteRawTag(16);
output.WriteBool(MCBMJHNOFNO);
}
dialogueEventParamList_.WriteTo(ref output, _repeated_dialogueEventParamList_codec);
if (EventUniqueId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(EventUniqueId);
}
if (FBCHHJJAMLH != false) {
output.WriteRawTag(80);
output.WriteBool(FBCHHJJAMLH);
}
if (FinishDialogue != false) {
output.WriteRawTag(88);
output.WriteBool(FinishDialogue);
}
if (TalkDialogueId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(TalkDialogueId);
}
if (KOHLPIKLABA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KOHLPIKLABA);
}
if (AeonTalkId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(AeonTalkId);
}
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 += dialogueEventParamList_.CalculateSize(_repeated_dialogueEventParamList_codec);
if (MCBMJHNOFNO != false) {
size += 1 + 1;
}
if (TalkDialogueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TalkDialogueId);
}
if (AeonTalkId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AeonTalkId);
}
if (EventUniqueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId);
}
if (FinishDialogue != false) {
size += 1 + 1;
}
size += mIDPEPGGJEL_.CalculateSize(_map_mIDPEPGGJEL_codec);
if (FBCHHJJAMLH != false) {
size += 1 + 1;
}
if (KOHLPIKLABA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOHLPIKLABA);
}
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;
}
dialogueEventParamList_.Add(other.dialogueEventParamList_);
if (other.MCBMJHNOFNO != false) {
MCBMJHNOFNO = other.MCBMJHNOFNO;
}
if (other.TalkDialogueId != 0) {
TalkDialogueId = other.TalkDialogueId;
}
if (other.AeonTalkId != 0) {
AeonTalkId = other.AeonTalkId;
}
if (other.EventUniqueId != 0) {
EventUniqueId = other.EventUniqueId;
}
if (other.FinishDialogue != false) {
FinishDialogue = other.FinishDialogue;
}
mIDPEPGGJEL_.MergeFrom(other.mIDPEPGGJEL_);
if (other.FBCHHJJAMLH != false) {
FBCHHJJAMLH = other.FBCHHJJAMLH;
}
if (other.KOHLPIKLABA != 0) {
KOHLPIKLABA = other.KOHLPIKLABA;
}
_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 10: {
mIDPEPGGJEL_.AddEntriesFrom(input, _map_mIDPEPGGJEL_codec);
break;
}
case 16: {
MCBMJHNOFNO = input.ReadBool();
break;
}
case 42: {
dialogueEventParamList_.AddEntriesFrom(input, _repeated_dialogueEventParamList_codec);
break;
}
case 64: {
EventUniqueId = input.ReadUInt32();
break;
}
case 80: {
FBCHHJJAMLH = input.ReadBool();
break;
}
case 88: {
FinishDialogue = input.ReadBool();
break;
}
case 96: {
TalkDialogueId = input.ReadUInt32();
break;
}
case 104: {
KOHLPIKLABA = input.ReadUInt32();
break;
}
case 112: {
AeonTalkId = input.ReadUInt32();
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 10: {
mIDPEPGGJEL_.AddEntriesFrom(ref input, _map_mIDPEPGGJEL_codec);
break;
}
case 16: {
MCBMJHNOFNO = input.ReadBool();
break;
}
case 42: {
dialogueEventParamList_.AddEntriesFrom(ref input, _repeated_dialogueEventParamList_codec);
break;
}
case 64: {
EventUniqueId = input.ReadUInt32();
break;
}
case 80: {
FBCHHJJAMLH = input.ReadBool();
break;
}
case 88: {
FinishDialogue = input.ReadBool();
break;
}
case 96: {
TalkDialogueId = input.ReadUInt32();
break;
}
case 104: {
KOHLPIKLABA = input.ReadUInt32();
break;
}
case 112: {
AeonTalkId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code