Files
DanhengServer-OpenSource/Proto/SpaceZooDataScRsp.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

469 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SpaceZooDataScRsp.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 SpaceZooDataScRsp.proto</summary>
public static partial class SpaceZooDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for SpaceZooDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SpaceZooDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdTcGFjZVpvb0RhdGFTY1JzcC5wcm90bxoRRERETERJRExGQUYucHJvdG8a",
"EUNOTE9PRERNRkdGLnByb3RvIugBChFTcGFjZVpvb0RhdGFTY1JzcBITCgtL",
"RVBMS0ZCQkFIRhgHIAMoDRIhCgtDUEVDTURBSEJJQhgDIAMoCzIMLkRERExE",
"SURMRkFGEiEKC05LT0ZIR0hBRUFHGAsgAygLMgwuQ05MT09ERE1GR0YSEwoL",
"RUZERU5IQkVJRU8YASADKA0SDwoHcmV0Y29kZRgKIAEoDRITCgtDSENBUE9K",
"QUpMShgJIAMoDRITCgtMQ0NNRk9QTU5QRBgGIAEoDRITCgtCRkhMRU5KQUpI",
"RRgFIAMoDRITCgtKR0VNRkRKSUVLSxgPIAMoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DDDLDIDLFAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.CNLOODDMFGFReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SpaceZooDataScRsp), global::EggLink.DanhengServer.Proto.SpaceZooDataScRsp.Parser, new[]{ "KEPLKFBBAHF", "CPECMDAHBIB", "NKOFHGHAEAG", "EFDENHBEIEO", "Retcode", "CHCAPOJAJLJ", "LCCMFOPMNPD", "BFHLENJAJHE", "JGEMFDJIEKK" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SpaceZooDataScRsp : pb::IMessage<SpaceZooDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SpaceZooDataScRsp> _parser = new pb::MessageParser<SpaceZooDataScRsp>(() => new SpaceZooDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SpaceZooDataScRsp> 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.SpaceZooDataScRspReflection.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 SpaceZooDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SpaceZooDataScRsp(SpaceZooDataScRsp other) : this() {
kEPLKFBBAHF_ = other.kEPLKFBBAHF_.Clone();
cPECMDAHBIB_ = other.cPECMDAHBIB_.Clone();
nKOFHGHAEAG_ = other.nKOFHGHAEAG_.Clone();
eFDENHBEIEO_ = other.eFDENHBEIEO_.Clone();
retcode_ = other.retcode_;
cHCAPOJAJLJ_ = other.cHCAPOJAJLJ_.Clone();
lCCMFOPMNPD_ = other.lCCMFOPMNPD_;
bFHLENJAJHE_ = other.bFHLENJAJHE_.Clone();
jGEMFDJIEKK_ = other.jGEMFDJIEKK_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SpaceZooDataScRsp Clone() {
return new SpaceZooDataScRsp(this);
}
/// <summary>Field number for the "KEPLKFBBAHF" field.</summary>
public const int KEPLKFBBAHFFieldNumber = 7;
private static readonly pb::FieldCodec<uint> _repeated_kEPLKFBBAHF_codec
= pb::FieldCodec.ForUInt32(58);
private readonly pbc::RepeatedField<uint> kEPLKFBBAHF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KEPLKFBBAHF {
get { return kEPLKFBBAHF_; }
}
/// <summary>Field number for the "CPECMDAHBIB" field.</summary>
public const int CPECMDAHBIBFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DDDLDIDLFAF> _repeated_cPECMDAHBIB_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.DDDLDIDLFAF.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDDLDIDLFAF> cPECMDAHBIB_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDDLDIDLFAF>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDDLDIDLFAF> CPECMDAHBIB {
get { return cPECMDAHBIB_; }
}
/// <summary>Field number for the "NKOFHGHAEAG" field.</summary>
public const int NKOFHGHAEAGFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CNLOODDMFGF> _repeated_nKOFHGHAEAG_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.CNLOODDMFGF.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNLOODDMFGF> nKOFHGHAEAG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNLOODDMFGF>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CNLOODDMFGF> NKOFHGHAEAG {
get { return nKOFHGHAEAG_; }
}
/// <summary>Field number for the "EFDENHBEIEO" field.</summary>
public const int EFDENHBEIEOFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_eFDENHBEIEO_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> eFDENHBEIEO_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> EFDENHBEIEO {
get { return eFDENHBEIEO_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 10;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "CHCAPOJAJLJ" field.</summary>
public const int CHCAPOJAJLJFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_cHCAPOJAJLJ_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> cHCAPOJAJLJ_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CHCAPOJAJLJ {
get { return cHCAPOJAJLJ_; }
}
/// <summary>Field number for the "LCCMFOPMNPD" field.</summary>
public const int LCCMFOPMNPDFieldNumber = 6;
private uint lCCMFOPMNPD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LCCMFOPMNPD {
get { return lCCMFOPMNPD_; }
set {
lCCMFOPMNPD_ = value;
}
}
/// <summary>Field number for the "BFHLENJAJHE" field.</summary>
public const int BFHLENJAJHEFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_bFHLENJAJHE_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> bFHLENJAJHE_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BFHLENJAJHE {
get { return bFHLENJAJHE_; }
}
/// <summary>Field number for the "JGEMFDJIEKK" field.</summary>
public const int JGEMFDJIEKKFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_jGEMFDJIEKK_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> jGEMFDJIEKK_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> JGEMFDJIEKK {
get { return jGEMFDJIEKK_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SpaceZooDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SpaceZooDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!kEPLKFBBAHF_.Equals(other.kEPLKFBBAHF_)) return false;
if(!cPECMDAHBIB_.Equals(other.cPECMDAHBIB_)) return false;
if(!nKOFHGHAEAG_.Equals(other.nKOFHGHAEAG_)) return false;
if(!eFDENHBEIEO_.Equals(other.eFDENHBEIEO_)) return false;
if (Retcode != other.Retcode) return false;
if(!cHCAPOJAJLJ_.Equals(other.cHCAPOJAJLJ_)) return false;
if (LCCMFOPMNPD != other.LCCMFOPMNPD) return false;
if(!bFHLENJAJHE_.Equals(other.bFHLENJAJHE_)) return false;
if(!jGEMFDJIEKK_.Equals(other.jGEMFDJIEKK_)) 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 ^= kEPLKFBBAHF_.GetHashCode();
hash ^= cPECMDAHBIB_.GetHashCode();
hash ^= nKOFHGHAEAG_.GetHashCode();
hash ^= eFDENHBEIEO_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= cHCAPOJAJLJ_.GetHashCode();
if (LCCMFOPMNPD != 0) hash ^= LCCMFOPMNPD.GetHashCode();
hash ^= bFHLENJAJHE_.GetHashCode();
hash ^= jGEMFDJIEKK_.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
eFDENHBEIEO_.WriteTo(output, _repeated_eFDENHBEIEO_codec);
cPECMDAHBIB_.WriteTo(output, _repeated_cPECMDAHBIB_codec);
bFHLENJAJHE_.WriteTo(output, _repeated_bFHLENJAJHE_codec);
if (LCCMFOPMNPD != 0) {
output.WriteRawTag(48);
output.WriteUInt32(LCCMFOPMNPD);
}
kEPLKFBBAHF_.WriteTo(output, _repeated_kEPLKFBBAHF_codec);
cHCAPOJAJLJ_.WriteTo(output, _repeated_cHCAPOJAJLJ_codec);
if (Retcode != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Retcode);
}
nKOFHGHAEAG_.WriteTo(output, _repeated_nKOFHGHAEAG_codec);
jGEMFDJIEKK_.WriteTo(output, _repeated_jGEMFDJIEKK_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) {
eFDENHBEIEO_.WriteTo(ref output, _repeated_eFDENHBEIEO_codec);
cPECMDAHBIB_.WriteTo(ref output, _repeated_cPECMDAHBIB_codec);
bFHLENJAJHE_.WriteTo(ref output, _repeated_bFHLENJAJHE_codec);
if (LCCMFOPMNPD != 0) {
output.WriteRawTag(48);
output.WriteUInt32(LCCMFOPMNPD);
}
kEPLKFBBAHF_.WriteTo(ref output, _repeated_kEPLKFBBAHF_codec);
cHCAPOJAJLJ_.WriteTo(ref output, _repeated_cHCAPOJAJLJ_codec);
if (Retcode != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Retcode);
}
nKOFHGHAEAG_.WriteTo(ref output, _repeated_nKOFHGHAEAG_codec);
jGEMFDJIEKK_.WriteTo(ref output, _repeated_jGEMFDJIEKK_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;
size += kEPLKFBBAHF_.CalculateSize(_repeated_kEPLKFBBAHF_codec);
size += cPECMDAHBIB_.CalculateSize(_repeated_cPECMDAHBIB_codec);
size += nKOFHGHAEAG_.CalculateSize(_repeated_nKOFHGHAEAG_codec);
size += eFDENHBEIEO_.CalculateSize(_repeated_eFDENHBEIEO_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += cHCAPOJAJLJ_.CalculateSize(_repeated_cHCAPOJAJLJ_codec);
if (LCCMFOPMNPD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LCCMFOPMNPD);
}
size += bFHLENJAJHE_.CalculateSize(_repeated_bFHLENJAJHE_codec);
size += jGEMFDJIEKK_.CalculateSize(_repeated_jGEMFDJIEKK_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SpaceZooDataScRsp other) {
if (other == null) {
return;
}
kEPLKFBBAHF_.Add(other.kEPLKFBBAHF_);
cPECMDAHBIB_.Add(other.cPECMDAHBIB_);
nKOFHGHAEAG_.Add(other.nKOFHGHAEAG_);
eFDENHBEIEO_.Add(other.eFDENHBEIEO_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
cHCAPOJAJLJ_.Add(other.cHCAPOJAJLJ_);
if (other.LCCMFOPMNPD != 0) {
LCCMFOPMNPD = other.LCCMFOPMNPD;
}
bFHLENJAJHE_.Add(other.bFHLENJAJHE_);
jGEMFDJIEKK_.Add(other.jGEMFDJIEKK_);
_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:
case 8: {
eFDENHBEIEO_.AddEntriesFrom(input, _repeated_eFDENHBEIEO_codec);
break;
}
case 26: {
cPECMDAHBIB_.AddEntriesFrom(input, _repeated_cPECMDAHBIB_codec);
break;
}
case 42:
case 40: {
bFHLENJAJHE_.AddEntriesFrom(input, _repeated_bFHLENJAJHE_codec);
break;
}
case 48: {
LCCMFOPMNPD = input.ReadUInt32();
break;
}
case 58:
case 56: {
kEPLKFBBAHF_.AddEntriesFrom(input, _repeated_kEPLKFBBAHF_codec);
break;
}
case 74:
case 72: {
cHCAPOJAJLJ_.AddEntriesFrom(input, _repeated_cHCAPOJAJLJ_codec);
break;
}
case 80: {
Retcode = input.ReadUInt32();
break;
}
case 90: {
nKOFHGHAEAG_.AddEntriesFrom(input, _repeated_nKOFHGHAEAG_codec);
break;
}
case 122:
case 120: {
jGEMFDJIEKK_.AddEntriesFrom(input, _repeated_jGEMFDJIEKK_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 10:
case 8: {
eFDENHBEIEO_.AddEntriesFrom(ref input, _repeated_eFDENHBEIEO_codec);
break;
}
case 26: {
cPECMDAHBIB_.AddEntriesFrom(ref input, _repeated_cPECMDAHBIB_codec);
break;
}
case 42:
case 40: {
bFHLENJAJHE_.AddEntriesFrom(ref input, _repeated_bFHLENJAJHE_codec);
break;
}
case 48: {
LCCMFOPMNPD = input.ReadUInt32();
break;
}
case 58:
case 56: {
kEPLKFBBAHF_.AddEntriesFrom(ref input, _repeated_kEPLKFBBAHF_codec);
break;
}
case 74:
case 72: {
cHCAPOJAJLJ_.AddEntriesFrom(ref input, _repeated_cHCAPOJAJLJ_codec);
break;
}
case 80: {
Retcode = input.ReadUInt32();
break;
}
case 90: {
nKOFHGHAEAG_.AddEntriesFrom(ref input, _repeated_nKOFHGHAEAG_codec);
break;
}
case 122:
case 120: {
jGEMFDJIEKK_.AddEntriesFrom(ref input, _repeated_jGEMFDJIEKK_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code