mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
339 lines
13 KiB
C#
339 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: NpcExtraInfo.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 NpcExtraInfo.proto</summary>
|
|
public static partial class NpcExtraInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for NpcExtraInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static NpcExtraInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJOcGNFeHRyYUluZm8ucHJvdG8aEVBHSU1GT0ZEUEdGLnByb3RvGhZOcGNS",
|
|
"b2d1ZUdhbWVJbmZvLnByb3RvGhFNRkRISU5OTkVHTC5wcm90byKAAQoMTnBj",
|
|
"RXh0cmFJbmZvEioKD3JvZ3VlX2dhbWVfaW5mbxgPIAEoCzIRLk5wY1JvZ3Vl",
|
|
"R2FtZUluZm8SIQoLUEdKS0dMREFCTUwYAiABKAsyDC5QR0lNRk9GRFBHRhIh",
|
|
"CgtOTkxJR0dIRUJGUBgKIAEoCzIMLk1GREhJTk5ORUdMQh6qAhtFZ2dMaW5r",
|
|
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PGIMFOFDPGFReflection.Descriptor, global::EggLink.DanhengServer.Proto.NpcRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MFDHINNNEGLReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcExtraInfo), global::EggLink.DanhengServer.Proto.NpcExtraInfo.Parser, new[]{ "RogueGameInfo", "PGJKGLDABML", "NNLIGGHEBFP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class NpcExtraInfo : pb::IMessage<NpcExtraInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<NpcExtraInfo> _parser = new pb::MessageParser<NpcExtraInfo>(() => new NpcExtraInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<NpcExtraInfo> 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.NpcExtraInfoReflection.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 NpcExtraInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NpcExtraInfo(NpcExtraInfo other) : this() {
|
|
rogueGameInfo_ = other.rogueGameInfo_ != null ? other.rogueGameInfo_.Clone() : null;
|
|
pGJKGLDABML_ = other.pGJKGLDABML_ != null ? other.pGJKGLDABML_.Clone() : null;
|
|
nNLIGGHEBFP_ = other.nNLIGGHEBFP_ != null ? other.nNLIGGHEBFP_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NpcExtraInfo Clone() {
|
|
return new NpcExtraInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "rogue_game_info" field.</summary>
|
|
public const int RogueGameInfoFieldNumber = 15;
|
|
private global::EggLink.DanhengServer.Proto.NpcRogueGameInfo rogueGameInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.NpcRogueGameInfo RogueGameInfo {
|
|
get { return rogueGameInfo_; }
|
|
set {
|
|
rogueGameInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PGJKGLDABML" field.</summary>
|
|
public const int PGJKGLDABMLFieldNumber = 2;
|
|
private global::EggLink.DanhengServer.Proto.PGIMFOFDPGF pGJKGLDABML_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PGIMFOFDPGF PGJKGLDABML {
|
|
get { return pGJKGLDABML_; }
|
|
set {
|
|
pGJKGLDABML_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NNLIGGHEBFP" field.</summary>
|
|
public const int NNLIGGHEBFPFieldNumber = 10;
|
|
private global::EggLink.DanhengServer.Proto.MFDHINNNEGL nNLIGGHEBFP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MFDHINNNEGL NNLIGGHEBFP {
|
|
get { return nNLIGGHEBFP_; }
|
|
set {
|
|
nNLIGGHEBFP_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as NpcExtraInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(NpcExtraInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(RogueGameInfo, other.RogueGameInfo)) return false;
|
|
if (!object.Equals(PGJKGLDABML, other.PGJKGLDABML)) return false;
|
|
if (!object.Equals(NNLIGGHEBFP, other.NNLIGGHEBFP)) 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 (rogueGameInfo_ != null) hash ^= RogueGameInfo.GetHashCode();
|
|
if (pGJKGLDABML_ != null) hash ^= PGJKGLDABML.GetHashCode();
|
|
if (nNLIGGHEBFP_ != null) hash ^= NNLIGGHEBFP.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 (pGJKGLDABML_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(PGJKGLDABML);
|
|
}
|
|
if (nNLIGGHEBFP_ != null) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(NNLIGGHEBFP);
|
|
}
|
|
if (rogueGameInfo_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(RogueGameInfo);
|
|
}
|
|
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 (pGJKGLDABML_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(PGJKGLDABML);
|
|
}
|
|
if (nNLIGGHEBFP_ != null) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(NNLIGGHEBFP);
|
|
}
|
|
if (rogueGameInfo_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(RogueGameInfo);
|
|
}
|
|
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 (rogueGameInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGameInfo);
|
|
}
|
|
if (pGJKGLDABML_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PGJKGLDABML);
|
|
}
|
|
if (nNLIGGHEBFP_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNLIGGHEBFP);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(NpcExtraInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.rogueGameInfo_ != null) {
|
|
if (rogueGameInfo_ == null) {
|
|
RogueGameInfo = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo();
|
|
}
|
|
RogueGameInfo.MergeFrom(other.RogueGameInfo);
|
|
}
|
|
if (other.pGJKGLDABML_ != null) {
|
|
if (pGJKGLDABML_ == null) {
|
|
PGJKGLDABML = new global::EggLink.DanhengServer.Proto.PGIMFOFDPGF();
|
|
}
|
|
PGJKGLDABML.MergeFrom(other.PGJKGLDABML);
|
|
}
|
|
if (other.nNLIGGHEBFP_ != null) {
|
|
if (nNLIGGHEBFP_ == null) {
|
|
NNLIGGHEBFP = new global::EggLink.DanhengServer.Proto.MFDHINNNEGL();
|
|
}
|
|
NNLIGGHEBFP.MergeFrom(other.NNLIGGHEBFP);
|
|
}
|
|
_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 18: {
|
|
if (pGJKGLDABML_ == null) {
|
|
PGJKGLDABML = new global::EggLink.DanhengServer.Proto.PGIMFOFDPGF();
|
|
}
|
|
input.ReadMessage(PGJKGLDABML);
|
|
break;
|
|
}
|
|
case 82: {
|
|
if (nNLIGGHEBFP_ == null) {
|
|
NNLIGGHEBFP = new global::EggLink.DanhengServer.Proto.MFDHINNNEGL();
|
|
}
|
|
input.ReadMessage(NNLIGGHEBFP);
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (rogueGameInfo_ == null) {
|
|
RogueGameInfo = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo();
|
|
}
|
|
input.ReadMessage(RogueGameInfo);
|
|
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 18: {
|
|
if (pGJKGLDABML_ == null) {
|
|
PGJKGLDABML = new global::EggLink.DanhengServer.Proto.PGIMFOFDPGF();
|
|
}
|
|
input.ReadMessage(PGJKGLDABML);
|
|
break;
|
|
}
|
|
case 82: {
|
|
if (nNLIGGHEBFP_ == null) {
|
|
NNLIGGHEBFP = new global::EggLink.DanhengServer.Proto.MFDHINNNEGL();
|
|
}
|
|
input.ReadMessage(NNLIGGHEBFP);
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (rogueGameInfo_ == null) {
|
|
RogueGameInfo = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo();
|
|
}
|
|
input.ReadMessage(RogueGameInfo);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|