mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
387 lines
15 KiB
C#
387 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueCommonDialogueInfo.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 RogueCommonDialogueInfo.proto</summary>
|
|
public static partial class RogueCommonDialogueInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueCommonDialogueInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueCommonDialogueInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch1Sb2d1ZUNvbW1vbkRpYWxvZ3VlSW5mby5wcm90bxoRQUdJQ0JDTlBNQkYu",
|
|
"cHJvdG8aEUpIRk5CQ0FLTkFQLnByb3RvGiJSb2d1ZUNvbW1vbkRpYWxvZ3Vl",
|
|
"QmFzaWNJbmZvLnByb3RvGhFMTUZDQ0dJTERPSC5wcm90byK+AQoXUm9ndWVD",
|
|
"b21tb25EaWFsb2d1ZUluZm8SOgoTZGlhbG9ndWVfYmFzaWNfaW5mbxgEIAEo",
|
|
"CzIdLlJvZ3VlQ29tbW9uRGlhbG9ndWVCYXNpY0luZm8SIQoLTExORUJBTUJI",
|
|
"REUYBSABKAsyDC5KSEZOQkNBS05BUBIhCgtGQUxETU5NQ09NQxgMIAEoCzIM",
|
|
"LkFHSUNCQ05QTUJGEiEKC1BCUEdGSUlISEFGGA8gASgLMgwuTE1GQ0NHSUxE",
|
|
"T0hCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AGICBCNPMBFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JHFNBCAKNAPReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMFCCGILDOHReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo.Parser, new[]{ "DialogueBasicInfo", "LLNEBAMBHDE", "FALDMNMCOMC", "PBPGFIIHHAF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RogueCommonDialogueInfo : pb::IMessage<RogueCommonDialogueInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RogueCommonDialogueInfo> _parser = new pb::MessageParser<RogueCommonDialogueInfo>(() => new RogueCommonDialogueInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RogueCommonDialogueInfo> 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.RogueCommonDialogueInfoReflection.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 RogueCommonDialogueInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueCommonDialogueInfo(RogueCommonDialogueInfo other) : this() {
|
|
dialogueBasicInfo_ = other.dialogueBasicInfo_ != null ? other.dialogueBasicInfo_.Clone() : null;
|
|
lLNEBAMBHDE_ = other.lLNEBAMBHDE_ != null ? other.lLNEBAMBHDE_.Clone() : null;
|
|
fALDMNMCOMC_ = other.fALDMNMCOMC_ != null ? other.fALDMNMCOMC_.Clone() : null;
|
|
pBPGFIIHHAF_ = other.pBPGFIIHHAF_ != null ? other.pBPGFIIHHAF_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueCommonDialogueInfo Clone() {
|
|
return new RogueCommonDialogueInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "dialogue_basic_info" field.</summary>
|
|
public const int DialogueBasicInfoFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo dialogueBasicInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo DialogueBasicInfo {
|
|
get { return dialogueBasicInfo_; }
|
|
set {
|
|
dialogueBasicInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LLNEBAMBHDE" field.</summary>
|
|
public const int LLNEBAMBHDEFieldNumber = 5;
|
|
private global::EggLink.DanhengServer.Proto.JHFNBCAKNAP lLNEBAMBHDE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.JHFNBCAKNAP LLNEBAMBHDE {
|
|
get { return lLNEBAMBHDE_; }
|
|
set {
|
|
lLNEBAMBHDE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FALDMNMCOMC" field.</summary>
|
|
public const int FALDMNMCOMCFieldNumber = 12;
|
|
private global::EggLink.DanhengServer.Proto.AGICBCNPMBF fALDMNMCOMC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.AGICBCNPMBF FALDMNMCOMC {
|
|
get { return fALDMNMCOMC_; }
|
|
set {
|
|
fALDMNMCOMC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PBPGFIIHHAF" field.</summary>
|
|
public const int PBPGFIIHHAFFieldNumber = 15;
|
|
private global::EggLink.DanhengServer.Proto.LMFCCGILDOH pBPGFIIHHAF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.LMFCCGILDOH PBPGFIIHHAF {
|
|
get { return pBPGFIIHHAF_; }
|
|
set {
|
|
pBPGFIIHHAF_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as RogueCommonDialogueInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RogueCommonDialogueInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(DialogueBasicInfo, other.DialogueBasicInfo)) return false;
|
|
if (!object.Equals(LLNEBAMBHDE, other.LLNEBAMBHDE)) return false;
|
|
if (!object.Equals(FALDMNMCOMC, other.FALDMNMCOMC)) return false;
|
|
if (!object.Equals(PBPGFIIHHAF, other.PBPGFIIHHAF)) 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 (dialogueBasicInfo_ != null) hash ^= DialogueBasicInfo.GetHashCode();
|
|
if (lLNEBAMBHDE_ != null) hash ^= LLNEBAMBHDE.GetHashCode();
|
|
if (fALDMNMCOMC_ != null) hash ^= FALDMNMCOMC.GetHashCode();
|
|
if (pBPGFIIHHAF_ != null) hash ^= PBPGFIIHHAF.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 (dialogueBasicInfo_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(DialogueBasicInfo);
|
|
}
|
|
if (lLNEBAMBHDE_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(LLNEBAMBHDE);
|
|
}
|
|
if (fALDMNMCOMC_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(FALDMNMCOMC);
|
|
}
|
|
if (pBPGFIIHHAF_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(PBPGFIIHHAF);
|
|
}
|
|
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 (dialogueBasicInfo_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(DialogueBasicInfo);
|
|
}
|
|
if (lLNEBAMBHDE_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(LLNEBAMBHDE);
|
|
}
|
|
if (fALDMNMCOMC_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(FALDMNMCOMC);
|
|
}
|
|
if (pBPGFIIHHAF_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(PBPGFIIHHAF);
|
|
}
|
|
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 (dialogueBasicInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DialogueBasicInfo);
|
|
}
|
|
if (lLNEBAMBHDE_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LLNEBAMBHDE);
|
|
}
|
|
if (fALDMNMCOMC_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FALDMNMCOMC);
|
|
}
|
|
if (pBPGFIIHHAF_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PBPGFIIHHAF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RogueCommonDialogueInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.dialogueBasicInfo_ != null) {
|
|
if (dialogueBasicInfo_ == null) {
|
|
DialogueBasicInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo();
|
|
}
|
|
DialogueBasicInfo.MergeFrom(other.DialogueBasicInfo);
|
|
}
|
|
if (other.lLNEBAMBHDE_ != null) {
|
|
if (lLNEBAMBHDE_ == null) {
|
|
LLNEBAMBHDE = new global::EggLink.DanhengServer.Proto.JHFNBCAKNAP();
|
|
}
|
|
LLNEBAMBHDE.MergeFrom(other.LLNEBAMBHDE);
|
|
}
|
|
if (other.fALDMNMCOMC_ != null) {
|
|
if (fALDMNMCOMC_ == null) {
|
|
FALDMNMCOMC = new global::EggLink.DanhengServer.Proto.AGICBCNPMBF();
|
|
}
|
|
FALDMNMCOMC.MergeFrom(other.FALDMNMCOMC);
|
|
}
|
|
if (other.pBPGFIIHHAF_ != null) {
|
|
if (pBPGFIIHHAF_ == null) {
|
|
PBPGFIIHHAF = new global::EggLink.DanhengServer.Proto.LMFCCGILDOH();
|
|
}
|
|
PBPGFIIHHAF.MergeFrom(other.PBPGFIIHHAF);
|
|
}
|
|
_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 34: {
|
|
if (dialogueBasicInfo_ == null) {
|
|
DialogueBasicInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo();
|
|
}
|
|
input.ReadMessage(DialogueBasicInfo);
|
|
break;
|
|
}
|
|
case 42: {
|
|
if (lLNEBAMBHDE_ == null) {
|
|
LLNEBAMBHDE = new global::EggLink.DanhengServer.Proto.JHFNBCAKNAP();
|
|
}
|
|
input.ReadMessage(LLNEBAMBHDE);
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (fALDMNMCOMC_ == null) {
|
|
FALDMNMCOMC = new global::EggLink.DanhengServer.Proto.AGICBCNPMBF();
|
|
}
|
|
input.ReadMessage(FALDMNMCOMC);
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (pBPGFIIHHAF_ == null) {
|
|
PBPGFIIHHAF = new global::EggLink.DanhengServer.Proto.LMFCCGILDOH();
|
|
}
|
|
input.ReadMessage(PBPGFIIHHAF);
|
|
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 34: {
|
|
if (dialogueBasicInfo_ == null) {
|
|
DialogueBasicInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo();
|
|
}
|
|
input.ReadMessage(DialogueBasicInfo);
|
|
break;
|
|
}
|
|
case 42: {
|
|
if (lLNEBAMBHDE_ == null) {
|
|
LLNEBAMBHDE = new global::EggLink.DanhengServer.Proto.JHFNBCAKNAP();
|
|
}
|
|
input.ReadMessage(LLNEBAMBHDE);
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (fALDMNMCOMC_ == null) {
|
|
FALDMNMCOMC = new global::EggLink.DanhengServer.Proto.AGICBCNPMBF();
|
|
}
|
|
input.ReadMessage(FALDMNMCOMC);
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (pBPGFIIHHAF_ == null) {
|
|
PBPGFIIHHAF = new global::EggLink.DanhengServer.Proto.LMFCCGILDOH();
|
|
}
|
|
input.ReadMessage(PBPGFIIHHAF);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|