mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
470 lines
16 KiB
C#
470 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ParkourEndLevelScRsp.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 ParkourEndLevelScRsp.proto</summary>
|
|
public static partial class ParkourEndLevelScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ParkourEndLevelScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ParkourEndLevelScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpQYXJrb3VyRW5kTGV2ZWxTY1JzcC5wcm90bxoRUE9BSEFCREtQS0oucHJv",
|
|
"dG8aEUdHREVNR0JPRkdPLnByb3RvIrYBChRQYXJrb3VyRW5kTGV2ZWxTY1Jz",
|
|
"cBIMCgR0aW1lGAwgASgNEiAKCmVuZF9yZWFzb24YCCABKA4yDC5QT0FIQUJE",
|
|
"S1BLShIQCghsZXZlbF9pZBgBIAEoDRITCgtGREdNT0VPQUpLUBgJIAEoCBIP",
|
|
"CgdyZXRjb2RlGAcgASgNEiEKC0JMTURLSktPSU9IGA0gASgLMgwuR0dERU1H",
|
|
"Qk9GR08SEwoLS0tFSE1CUEpPT0MYAiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVu",
|
|
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.POAHABDKPKJReflection.Descriptor, global::EggLink.DanhengServer.Proto.GGDEMGBOFGOReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ParkourEndLevelScRsp), global::EggLink.DanhengServer.Proto.ParkourEndLevelScRsp.Parser, new[]{ "Time", "EndReason", "LevelId", "FDGMOEOAJKP", "Retcode", "BLMDKJKOIOH", "KKEHMBPJOOC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ParkourEndLevelScRsp : pb::IMessage<ParkourEndLevelScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ParkourEndLevelScRsp> _parser = new pb::MessageParser<ParkourEndLevelScRsp>(() => new ParkourEndLevelScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ParkourEndLevelScRsp> 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.ParkourEndLevelScRspReflection.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 ParkourEndLevelScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ParkourEndLevelScRsp(ParkourEndLevelScRsp other) : this() {
|
|
time_ = other.time_;
|
|
endReason_ = other.endReason_;
|
|
levelId_ = other.levelId_;
|
|
fDGMOEOAJKP_ = other.fDGMOEOAJKP_;
|
|
retcode_ = other.retcode_;
|
|
bLMDKJKOIOH_ = other.bLMDKJKOIOH_ != null ? other.bLMDKJKOIOH_.Clone() : null;
|
|
kKEHMBPJOOC_ = other.kKEHMBPJOOC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ParkourEndLevelScRsp Clone() {
|
|
return new ParkourEndLevelScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "time" field.</summary>
|
|
public const int TimeFieldNumber = 12;
|
|
private uint time_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Time {
|
|
get { return time_; }
|
|
set {
|
|
time_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "end_reason" field.</summary>
|
|
public const int EndReasonFieldNumber = 8;
|
|
private global::EggLink.DanhengServer.Proto.POAHABDKPKJ endReason_ = global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.POAHABDKPKJ EndReason {
|
|
get { return endReason_; }
|
|
set {
|
|
endReason_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level_id" field.</summary>
|
|
public const int LevelIdFieldNumber = 1;
|
|
private uint levelId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LevelId {
|
|
get { return levelId_; }
|
|
set {
|
|
levelId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FDGMOEOAJKP" field.</summary>
|
|
public const int FDGMOEOAJKPFieldNumber = 9;
|
|
private bool fDGMOEOAJKP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool FDGMOEOAJKP {
|
|
get { return fDGMOEOAJKP_; }
|
|
set {
|
|
fDGMOEOAJKP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 7;
|
|
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 "BLMDKJKOIOH" field.</summary>
|
|
public const int BLMDKJKOIOHFieldNumber = 13;
|
|
private global::EggLink.DanhengServer.Proto.GGDEMGBOFGO bLMDKJKOIOH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GGDEMGBOFGO BLMDKJKOIOH {
|
|
get { return bLMDKJKOIOH_; }
|
|
set {
|
|
bLMDKJKOIOH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KKEHMBPJOOC" field.</summary>
|
|
public const int KKEHMBPJOOCFieldNumber = 2;
|
|
private bool kKEHMBPJOOC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool KKEHMBPJOOC {
|
|
get { return kKEHMBPJOOC_; }
|
|
set {
|
|
kKEHMBPJOOC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ParkourEndLevelScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ParkourEndLevelScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Time != other.Time) return false;
|
|
if (EndReason != other.EndReason) return false;
|
|
if (LevelId != other.LevelId) return false;
|
|
if (FDGMOEOAJKP != other.FDGMOEOAJKP) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (!object.Equals(BLMDKJKOIOH, other.BLMDKJKOIOH)) return false;
|
|
if (KKEHMBPJOOC != other.KKEHMBPJOOC) 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 (Time != 0) hash ^= Time.GetHashCode();
|
|
if (EndReason != global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone) hash ^= EndReason.GetHashCode();
|
|
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
|
if (FDGMOEOAJKP != false) hash ^= FDGMOEOAJKP.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (bLMDKJKOIOH_ != null) hash ^= BLMDKJKOIOH.GetHashCode();
|
|
if (KKEHMBPJOOC != false) hash ^= KKEHMBPJOOC.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 (LevelId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (KKEHMBPJOOC != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(KKEHMBPJOOC);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (EndReason != global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone) {
|
|
output.WriteRawTag(64);
|
|
output.WriteEnum((int) EndReason);
|
|
}
|
|
if (FDGMOEOAJKP != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(FDGMOEOAJKP);
|
|
}
|
|
if (Time != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Time);
|
|
}
|
|
if (bLMDKJKOIOH_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(BLMDKJKOIOH);
|
|
}
|
|
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 (LevelId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (KKEHMBPJOOC != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(KKEHMBPJOOC);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (EndReason != global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone) {
|
|
output.WriteRawTag(64);
|
|
output.WriteEnum((int) EndReason);
|
|
}
|
|
if (FDGMOEOAJKP != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(FDGMOEOAJKP);
|
|
}
|
|
if (Time != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Time);
|
|
}
|
|
if (bLMDKJKOIOH_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(BLMDKJKOIOH);
|
|
}
|
|
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 (Time != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Time);
|
|
}
|
|
if (EndReason != global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndReason);
|
|
}
|
|
if (LevelId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
|
}
|
|
if (FDGMOEOAJKP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (bLMDKJKOIOH_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BLMDKJKOIOH);
|
|
}
|
|
if (KKEHMBPJOOC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ParkourEndLevelScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Time != 0) {
|
|
Time = other.Time;
|
|
}
|
|
if (other.EndReason != global::EggLink.DanhengServer.Proto.POAHABDKPKJ.ParkourEndLevelReasonNone) {
|
|
EndReason = other.EndReason;
|
|
}
|
|
if (other.LevelId != 0) {
|
|
LevelId = other.LevelId;
|
|
}
|
|
if (other.FDGMOEOAJKP != false) {
|
|
FDGMOEOAJKP = other.FDGMOEOAJKP;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.bLMDKJKOIOH_ != null) {
|
|
if (bLMDKJKOIOH_ == null) {
|
|
BLMDKJKOIOH = new global::EggLink.DanhengServer.Proto.GGDEMGBOFGO();
|
|
}
|
|
BLMDKJKOIOH.MergeFrom(other.BLMDKJKOIOH);
|
|
}
|
|
if (other.KKEHMBPJOOC != false) {
|
|
KKEHMBPJOOC = other.KKEHMBPJOOC;
|
|
}
|
|
_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: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
KKEHMBPJOOC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
EndReason = (global::EggLink.DanhengServer.Proto.POAHABDKPKJ) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 72: {
|
|
FDGMOEOAJKP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 96: {
|
|
Time = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (bLMDKJKOIOH_ == null) {
|
|
BLMDKJKOIOH = new global::EggLink.DanhengServer.Proto.GGDEMGBOFGO();
|
|
}
|
|
input.ReadMessage(BLMDKJKOIOH);
|
|
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: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
KKEHMBPJOOC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
EndReason = (global::EggLink.DanhengServer.Proto.POAHABDKPKJ) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 72: {
|
|
FDGMOEOAJKP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 96: {
|
|
Time = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (bLMDKJKOIOH_ == null) {
|
|
BLMDKJKOIOH = new global::EggLink.DanhengServer.Proto.GGDEMGBOFGO();
|
|
}
|
|
input.ReadMessage(BLMDKJKOIOH);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|