mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
374 lines
13 KiB
C#
374 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetSaveRaidScRsp.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 GetSaveRaidScRsp.proto</summary>
|
|
public static partial class GetSaveRaidScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetSaveRaidScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetSaveRaidScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZHZXRTYXZlUmFpZFNjUnNwLnByb3RvGhFBT0ZLSklEREFGTC5wcm90byKF",
|
|
"AQoQR2V0U2F2ZVJhaWRTY1JzcBIPCgdyZXRjb2RlGAUgASgNEhMKC05BSEtL",
|
|
"RkVIT0NGGA8gASgIEiEKC05KQUhKS0ZDQ0JNGAMgAygLMgwuQU9GS0pJRERB",
|
|
"RkwSEwoLd29ybGRfbGV2ZWwYDSABKA0SEwoLSExERU9LRktDQkcYCCABKA1C",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AOFKJIDDAFLReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSaveRaidScRsp), global::EggLink.DanhengServer.Proto.GetSaveRaidScRsp.Parser, new[]{ "Retcode", "NAHKKFEHOCF", "NJAHJKFCCBM", "WorldLevel", "HLDEOKFKCBG" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetSaveRaidScRsp : pb::IMessage<GetSaveRaidScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetSaveRaidScRsp> _parser = new pb::MessageParser<GetSaveRaidScRsp>(() => new GetSaveRaidScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetSaveRaidScRsp> 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.GetSaveRaidScRspReflection.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 GetSaveRaidScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetSaveRaidScRsp(GetSaveRaidScRsp other) : this() {
|
|
retcode_ = other.retcode_;
|
|
nAHKKFEHOCF_ = other.nAHKKFEHOCF_;
|
|
nJAHJKFCCBM_ = other.nJAHJKFCCBM_.Clone();
|
|
worldLevel_ = other.worldLevel_;
|
|
hLDEOKFKCBG_ = other.hLDEOKFKCBG_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetSaveRaidScRsp Clone() {
|
|
return new GetSaveRaidScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 5;
|
|
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 "NAHKKFEHOCF" field.</summary>
|
|
public const int NAHKKFEHOCFFieldNumber = 15;
|
|
private bool nAHKKFEHOCF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool NAHKKFEHOCF {
|
|
get { return nAHKKFEHOCF_; }
|
|
set {
|
|
nAHKKFEHOCF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NJAHJKFCCBM" field.</summary>
|
|
public const int NJAHJKFCCBMFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AOFKJIDDAFL> _repeated_nJAHJKFCCBM_codec
|
|
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.AOFKJIDDAFL.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AOFKJIDDAFL> nJAHJKFCCBM_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AOFKJIDDAFL>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AOFKJIDDAFL> NJAHJKFCCBM {
|
|
get { return nJAHJKFCCBM_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "world_level" field.</summary>
|
|
public const int WorldLevelFieldNumber = 13;
|
|
private uint worldLevel_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint WorldLevel {
|
|
get { return worldLevel_; }
|
|
set {
|
|
worldLevel_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HLDEOKFKCBG" field.</summary>
|
|
public const int HLDEOKFKCBGFieldNumber = 8;
|
|
private uint hLDEOKFKCBG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HLDEOKFKCBG {
|
|
get { return hLDEOKFKCBG_; }
|
|
set {
|
|
hLDEOKFKCBG_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetSaveRaidScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetSaveRaidScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Retcode != other.Retcode) return false;
|
|
if (NAHKKFEHOCF != other.NAHKKFEHOCF) return false;
|
|
if(!nJAHJKFCCBM_.Equals(other.nJAHJKFCCBM_)) return false;
|
|
if (WorldLevel != other.WorldLevel) return false;
|
|
if (HLDEOKFKCBG != other.HLDEOKFKCBG) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (NAHKKFEHOCF != false) hash ^= NAHKKFEHOCF.GetHashCode();
|
|
hash ^= nJAHJKFCCBM_.GetHashCode();
|
|
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
|
|
if (HLDEOKFKCBG != 0) hash ^= HLDEOKFKCBG.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
|
|
nJAHJKFCCBM_.WriteTo(output, _repeated_nJAHJKFCCBM_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (HLDEOKFKCBG != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(HLDEOKFKCBG);
|
|
}
|
|
if (WorldLevel != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(WorldLevel);
|
|
}
|
|
if (NAHKKFEHOCF != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(NAHKKFEHOCF);
|
|
}
|
|
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) {
|
|
nJAHJKFCCBM_.WriteTo(ref output, _repeated_nJAHJKFCCBM_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (HLDEOKFKCBG != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(HLDEOKFKCBG);
|
|
}
|
|
if (WorldLevel != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(WorldLevel);
|
|
}
|
|
if (NAHKKFEHOCF != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(NAHKKFEHOCF);
|
|
}
|
|
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 (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (NAHKKFEHOCF != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += nJAHJKFCCBM_.CalculateSize(_repeated_nJAHJKFCCBM_codec);
|
|
if (WorldLevel != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
|
|
}
|
|
if (HLDEOKFKCBG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLDEOKFKCBG);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetSaveRaidScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.NAHKKFEHOCF != false) {
|
|
NAHKKFEHOCF = other.NAHKKFEHOCF;
|
|
}
|
|
nJAHJKFCCBM_.Add(other.nJAHJKFCCBM_);
|
|
if (other.WorldLevel != 0) {
|
|
WorldLevel = other.WorldLevel;
|
|
}
|
|
if (other.HLDEOKFKCBG != 0) {
|
|
HLDEOKFKCBG = other.HLDEOKFKCBG;
|
|
}
|
|
_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: {
|
|
nJAHJKFCCBM_.AddEntriesFrom(input, _repeated_nJAHJKFCCBM_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
HLDEOKFKCBG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
WorldLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
NAHKKFEHOCF = input.ReadBool();
|
|
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: {
|
|
nJAHJKFCCBM_.AddEntriesFrom(ref input, _repeated_nJAHJKFCCBM_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
HLDEOKFKCBG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
WorldLevel = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
NAHKKFEHOCF = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|