Files
DanhengServer-OpenSource/Proto/IIIPHJIMNID.cs
2025-11-16 12:35:40 +08:00

364 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IIIPHJIMNID.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 IIIPHJIMNID.proto</summary>
public static partial class IIIPHJIMNIDReflection {
#region Descriptor
/// <summary>File descriptor for IIIPHJIMNID.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static IIIPHJIMNIDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFJSUlQSEpJTU5JRC5wcm90bxoRQ05QTk5JSkdMRkkucHJvdG8aEUtLTVBL",
"SlBHR0NMLnByb3RvIpEBCgtJSUlQSEpJTU5JRBITCgtOREJPSkFORE5KThgB",
"IAEoDRISCgptb25zdGVyX2lkGAIgASgNEiEKC05HTFBCSE1MRUhOGAMgAygL",
"MgwuS0tNUEtKUEdHQ0wSEwoLSEdGTFBFTktJSUkYBCABKA0SIQoLQUtLR0dQ",
"QURBT08YBSADKAsyDC5DTlBOTklKR0xGSUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CNPNNIJGLFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKMPKJPGGCLReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IIIPHJIMNID), global::EggLink.DanhengServer.Proto.IIIPHJIMNID.Parser, new[]{ "NDBOJANDNJN", "MonsterId", "NGLPBHMLEHN", "HGFLPENKIII", "AKKGGPADAOO" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class IIIPHJIMNID : pb::IMessage<IIIPHJIMNID>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<IIIPHJIMNID> _parser = new pb::MessageParser<IIIPHJIMNID>(() => new IIIPHJIMNID());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<IIIPHJIMNID> 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.IIIPHJIMNIDReflection.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 IIIPHJIMNID() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IIIPHJIMNID(IIIPHJIMNID other) : this() {
nDBOJANDNJN_ = other.nDBOJANDNJN_;
monsterId_ = other.monsterId_;
nGLPBHMLEHN_ = other.nGLPBHMLEHN_.Clone();
hGFLPENKIII_ = other.hGFLPENKIII_;
aKKGGPADAOO_ = other.aKKGGPADAOO_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IIIPHJIMNID Clone() {
return new IIIPHJIMNID(this);
}
/// <summary>Field number for the "NDBOJANDNJN" field.</summary>
public const int NDBOJANDNJNFieldNumber = 1;
private uint nDBOJANDNJN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NDBOJANDNJN {
get { return nDBOJANDNJN_; }
set {
nDBOJANDNJN_ = value;
}
}
/// <summary>Field number for the "monster_id" field.</summary>
public const int MonsterIdFieldNumber = 2;
private uint monsterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MonsterId {
get { return monsterId_; }
set {
monsterId_ = value;
}
}
/// <summary>Field number for the "NGLPBHMLEHN" field.</summary>
public const int NGLPBHMLEHNFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KKMPKJPGGCL> _repeated_nGLPBHMLEHN_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.KKMPKJPGGCL.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KKMPKJPGGCL> nGLPBHMLEHN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KKMPKJPGGCL>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KKMPKJPGGCL> NGLPBHMLEHN {
get { return nGLPBHMLEHN_; }
}
/// <summary>Field number for the "HGFLPENKIII" field.</summary>
public const int HGFLPENKIIIFieldNumber = 4;
private uint hGFLPENKIII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HGFLPENKIII {
get { return hGFLPENKIII_; }
set {
hGFLPENKIII_ = value;
}
}
/// <summary>Field number for the "AKKGGPADAOO" field.</summary>
public const int AKKGGPADAOOFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CNPNNIJGLFI> _repeated_aKKGGPADAOO_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.CNPNNIJGLFI.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNPNNIJGLFI> aKKGGPADAOO_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNPNNIJGLFI>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNPNNIJGLFI> AKKGGPADAOO {
get { return aKKGGPADAOO_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as IIIPHJIMNID);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(IIIPHJIMNID other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NDBOJANDNJN != other.NDBOJANDNJN) return false;
if (MonsterId != other.MonsterId) return false;
if(!nGLPBHMLEHN_.Equals(other.nGLPBHMLEHN_)) return false;
if (HGFLPENKIII != other.HGFLPENKIII) return false;
if(!aKKGGPADAOO_.Equals(other.aKKGGPADAOO_)) 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 (NDBOJANDNJN != 0) hash ^= NDBOJANDNJN.GetHashCode();
if (MonsterId != 0) hash ^= MonsterId.GetHashCode();
hash ^= nGLPBHMLEHN_.GetHashCode();
if (HGFLPENKIII != 0) hash ^= HGFLPENKIII.GetHashCode();
hash ^= aKKGGPADAOO_.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 (NDBOJANDNJN != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NDBOJANDNJN);
}
if (MonsterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MonsterId);
}
nGLPBHMLEHN_.WriteTo(output, _repeated_nGLPBHMLEHN_codec);
if (HGFLPENKIII != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HGFLPENKIII);
}
aKKGGPADAOO_.WriteTo(output, _repeated_aKKGGPADAOO_codec);
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 (NDBOJANDNJN != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NDBOJANDNJN);
}
if (MonsterId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MonsterId);
}
nGLPBHMLEHN_.WriteTo(ref output, _repeated_nGLPBHMLEHN_codec);
if (HGFLPENKIII != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HGFLPENKIII);
}
aKKGGPADAOO_.WriteTo(ref output, _repeated_aKKGGPADAOO_codec);
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 (NDBOJANDNJN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NDBOJANDNJN);
}
if (MonsterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterId);
}
size += nGLPBHMLEHN_.CalculateSize(_repeated_nGLPBHMLEHN_codec);
if (HGFLPENKIII != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HGFLPENKIII);
}
size += aKKGGPADAOO_.CalculateSize(_repeated_aKKGGPADAOO_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(IIIPHJIMNID other) {
if (other == null) {
return;
}
if (other.NDBOJANDNJN != 0) {
NDBOJANDNJN = other.NDBOJANDNJN;
}
if (other.MonsterId != 0) {
MonsterId = other.MonsterId;
}
nGLPBHMLEHN_.Add(other.nGLPBHMLEHN_);
if (other.HGFLPENKIII != 0) {
HGFLPENKIII = other.HGFLPENKIII;
}
aKKGGPADAOO_.Add(other.aKKGGPADAOO_);
_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: {
NDBOJANDNJN = input.ReadUInt32();
break;
}
case 16: {
MonsterId = input.ReadUInt32();
break;
}
case 26: {
nGLPBHMLEHN_.AddEntriesFrom(input, _repeated_nGLPBHMLEHN_codec);
break;
}
case 32: {
HGFLPENKIII = input.ReadUInt32();
break;
}
case 42: {
aKKGGPADAOO_.AddEntriesFrom(input, _repeated_aKKGGPADAOO_codec);
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: {
NDBOJANDNJN = input.ReadUInt32();
break;
}
case 16: {
MonsterId = input.ReadUInt32();
break;
}
case 26: {
nGLPBHMLEHN_.AddEntriesFrom(ref input, _repeated_nGLPBHMLEHN_codec);
break;
}
case 32: {
HGFLPENKIII = input.ReadUInt32();
break;
}
case 42: {
aKKGGPADAOO_.AddEntriesFrom(ref input, _repeated_aKKGGPADAOO_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code