Files
DanhengServer-OpenSource/Proto/CLKNIBOJLGP.cs
2025-11-29 21:57:27 +08:00

272 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CLKNIBOJLGP.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 CLKNIBOJLGP.proto</summary>
public static partial class CLKNIBOJLGPReflection {
#region Descriptor
/// <summary>File descriptor for CLKNIBOJLGP.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CLKNIBOJLGPReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDTEtOSUJPSkxHUC5wcm90bxoRUENPREZDTktISksucHJvdG8aEUFEQUZK",
"Rk9KREVHLnByb3RvIlIKC0NMS05JQk9KTEdQEiEKC0NNSE5MSkpPREpGGAog",
"ASgLMgwuUENPREZDTktISksSIAoKcXVlc3RfbGlzdBgDIAMoCzIMLkFEQUZK",
"Rk9KREVHQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PCODFCNKHJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CLKNIBOJLGP), global::EggLink.DanhengServer.Proto.CLKNIBOJLGP.Parser, new[]{ "CMHNLJJODJF", "QuestList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CLKNIBOJLGP : pb::IMessage<CLKNIBOJLGP>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CLKNIBOJLGP> _parser = new pb::MessageParser<CLKNIBOJLGP>(() => new CLKNIBOJLGP());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CLKNIBOJLGP> 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.CLKNIBOJLGPReflection.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 CLKNIBOJLGP() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CLKNIBOJLGP(CLKNIBOJLGP other) : this() {
cMHNLJJODJF_ = other.cMHNLJJODJF_ != null ? other.cMHNLJJODJF_.Clone() : null;
questList_ = other.questList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CLKNIBOJLGP Clone() {
return new CLKNIBOJLGP(this);
}
/// <summary>Field number for the "CMHNLJJODJF" field.</summary>
public const int CMHNLJJODJFFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.PCODFCNKHJK cMHNLJJODJF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PCODFCNKHJK CMHNLJJODJF {
get { return cMHNLJJODJF_; }
set {
cMHNLJJODJF_ = value;
}
}
/// <summary>Field number for the "quest_list" field.</summary>
public const int QuestListFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ADAFJFOJDEG> _repeated_questList_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADAFJFOJDEG> questList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADAFJFOJDEG>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADAFJFOJDEG> QuestList {
get { return questList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as CLKNIBOJLGP);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CLKNIBOJLGP other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(CMHNLJJODJF, other.CMHNLJJODJF)) return false;
if(!questList_.Equals(other.questList_)) 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 (cMHNLJJODJF_ != null) hash ^= CMHNLJJODJF.GetHashCode();
hash ^= questList_.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
questList_.WriteTo(output, _repeated_questList_codec);
if (cMHNLJJODJF_ != null) {
output.WriteRawTag(82);
output.WriteMessage(CMHNLJJODJF);
}
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) {
questList_.WriteTo(ref output, _repeated_questList_codec);
if (cMHNLJJODJF_ != null) {
output.WriteRawTag(82);
output.WriteMessage(CMHNLJJODJF);
}
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 (cMHNLJJODJF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CMHNLJJODJF);
}
size += questList_.CalculateSize(_repeated_questList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(CLKNIBOJLGP other) {
if (other == null) {
return;
}
if (other.cMHNLJJODJF_ != null) {
if (cMHNLJJODJF_ == null) {
CMHNLJJODJF = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK();
}
CMHNLJJODJF.MergeFrom(other.CMHNLJJODJF);
}
questList_.Add(other.questList_);
_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 26: {
questList_.AddEntriesFrom(input, _repeated_questList_codec);
break;
}
case 82: {
if (cMHNLJJODJF_ == null) {
CMHNLJJODJF = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK();
}
input.ReadMessage(CMHNLJJODJF);
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 26: {
questList_.AddEntriesFrom(ref input, _repeated_questList_codec);
break;
}
case 82: {
if (cMHNLJJODJF_ == null) {
CMHNLJJODJF = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK();
}
input.ReadMessage(CMHNLJJODJF);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code