mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
460 lines
16 KiB
C#
460 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TreasureDungeonActivityData.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 TreasureDungeonActivityData.proto</summary>
|
|
public static partial class TreasureDungeonActivityDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TreasureDungeonActivityData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TreasureDungeonActivityDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiFUcmVhc3VyZUR1bmdlb25BY3Rpdml0eURhdGEucHJvdG8isAEKG1RyZWFz",
|
|
"dXJlRHVuZ2VvbkFjdGl2aXR5RGF0YRITCgtKSUVIREhFQU5OSxgDIAEoDRIT",
|
|
"CgtFT05IR0dHSkdDQxgKIAEoCBITCgtpc19maW5pc2hlZBgJIAEoCBITCgtP",
|
|
"RUNEQVBEQ0RFThgNIAEoDRITCgtCS0ZFQUJIQ05LRhgGIAEoDRITCgtQR09I",
|
|
"QkRGTkxBTxgBIAEoDRITCgtCRkhFSUxQQktOQRgCIAEoDUIeqgIbRWdnTGlu",
|
|
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TreasureDungeonActivityData), global::EggLink.DanhengServer.Proto.TreasureDungeonActivityData.Parser, new[]{ "JIEHDHEANNK", "EONHGGGJGCC", "IsFinished", "OECDAPDCDEN", "BKFEABHCNKF", "PGOHBDFNLAO", "BFHEILPBKNA" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class TreasureDungeonActivityData : pb::IMessage<TreasureDungeonActivityData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<TreasureDungeonActivityData> _parser = new pb::MessageParser<TreasureDungeonActivityData>(() => new TreasureDungeonActivityData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<TreasureDungeonActivityData> 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.TreasureDungeonActivityDataReflection.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 TreasureDungeonActivityData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TreasureDungeonActivityData(TreasureDungeonActivityData other) : this() {
|
|
jIEHDHEANNK_ = other.jIEHDHEANNK_;
|
|
eONHGGGJGCC_ = other.eONHGGGJGCC_;
|
|
isFinished_ = other.isFinished_;
|
|
oECDAPDCDEN_ = other.oECDAPDCDEN_;
|
|
bKFEABHCNKF_ = other.bKFEABHCNKF_;
|
|
pGOHBDFNLAO_ = other.pGOHBDFNLAO_;
|
|
bFHEILPBKNA_ = other.bFHEILPBKNA_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TreasureDungeonActivityData Clone() {
|
|
return new TreasureDungeonActivityData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JIEHDHEANNK" field.</summary>
|
|
public const int JIEHDHEANNKFieldNumber = 3;
|
|
private uint jIEHDHEANNK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JIEHDHEANNK {
|
|
get { return jIEHDHEANNK_; }
|
|
set {
|
|
jIEHDHEANNK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EONHGGGJGCC" field.</summary>
|
|
public const int EONHGGGJGCCFieldNumber = 10;
|
|
private bool eONHGGGJGCC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool EONHGGGJGCC {
|
|
get { return eONHGGGJGCC_; }
|
|
set {
|
|
eONHGGGJGCC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_finished" field.</summary>
|
|
public const int IsFinishedFieldNumber = 9;
|
|
private bool isFinished_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsFinished {
|
|
get { return isFinished_; }
|
|
set {
|
|
isFinished_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OECDAPDCDEN" field.</summary>
|
|
public const int OECDAPDCDENFieldNumber = 13;
|
|
private uint oECDAPDCDEN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OECDAPDCDEN {
|
|
get { return oECDAPDCDEN_; }
|
|
set {
|
|
oECDAPDCDEN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BKFEABHCNKF" field.</summary>
|
|
public const int BKFEABHCNKFFieldNumber = 6;
|
|
private uint bKFEABHCNKF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BKFEABHCNKF {
|
|
get { return bKFEABHCNKF_; }
|
|
set {
|
|
bKFEABHCNKF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PGOHBDFNLAO" field.</summary>
|
|
public const int PGOHBDFNLAOFieldNumber = 1;
|
|
private uint pGOHBDFNLAO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PGOHBDFNLAO {
|
|
get { return pGOHBDFNLAO_; }
|
|
set {
|
|
pGOHBDFNLAO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BFHEILPBKNA" field.</summary>
|
|
public const int BFHEILPBKNAFieldNumber = 2;
|
|
private uint bFHEILPBKNA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BFHEILPBKNA {
|
|
get { return bFHEILPBKNA_; }
|
|
set {
|
|
bFHEILPBKNA_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as TreasureDungeonActivityData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(TreasureDungeonActivityData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (JIEHDHEANNK != other.JIEHDHEANNK) return false;
|
|
if (EONHGGGJGCC != other.EONHGGGJGCC) return false;
|
|
if (IsFinished != other.IsFinished) return false;
|
|
if (OECDAPDCDEN != other.OECDAPDCDEN) return false;
|
|
if (BKFEABHCNKF != other.BKFEABHCNKF) return false;
|
|
if (PGOHBDFNLAO != other.PGOHBDFNLAO) return false;
|
|
if (BFHEILPBKNA != other.BFHEILPBKNA) 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 (JIEHDHEANNK != 0) hash ^= JIEHDHEANNK.GetHashCode();
|
|
if (EONHGGGJGCC != false) hash ^= EONHGGGJGCC.GetHashCode();
|
|
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
|
|
if (OECDAPDCDEN != 0) hash ^= OECDAPDCDEN.GetHashCode();
|
|
if (BKFEABHCNKF != 0) hash ^= BKFEABHCNKF.GetHashCode();
|
|
if (PGOHBDFNLAO != 0) hash ^= PGOHBDFNLAO.GetHashCode();
|
|
if (BFHEILPBKNA != 0) hash ^= BFHEILPBKNA.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 (PGOHBDFNLAO != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(PGOHBDFNLAO);
|
|
}
|
|
if (BFHEILPBKNA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(BFHEILPBKNA);
|
|
}
|
|
if (JIEHDHEANNK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(JIEHDHEANNK);
|
|
}
|
|
if (BKFEABHCNKF != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(BKFEABHCNKF);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (EONHGGGJGCC != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(EONHGGGJGCC);
|
|
}
|
|
if (OECDAPDCDEN != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(OECDAPDCDEN);
|
|
}
|
|
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 (PGOHBDFNLAO != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(PGOHBDFNLAO);
|
|
}
|
|
if (BFHEILPBKNA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(BFHEILPBKNA);
|
|
}
|
|
if (JIEHDHEANNK != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(JIEHDHEANNK);
|
|
}
|
|
if (BKFEABHCNKF != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(BKFEABHCNKF);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (EONHGGGJGCC != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(EONHGGGJGCC);
|
|
}
|
|
if (OECDAPDCDEN != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(OECDAPDCDEN);
|
|
}
|
|
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 (JIEHDHEANNK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIEHDHEANNK);
|
|
}
|
|
if (EONHGGGJGCC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (IsFinished != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (OECDAPDCDEN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OECDAPDCDEN);
|
|
}
|
|
if (BKFEABHCNKF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKFEABHCNKF);
|
|
}
|
|
if (PGOHBDFNLAO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PGOHBDFNLAO);
|
|
}
|
|
if (BFHEILPBKNA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BFHEILPBKNA);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(TreasureDungeonActivityData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.JIEHDHEANNK != 0) {
|
|
JIEHDHEANNK = other.JIEHDHEANNK;
|
|
}
|
|
if (other.EONHGGGJGCC != false) {
|
|
EONHGGGJGCC = other.EONHGGGJGCC;
|
|
}
|
|
if (other.IsFinished != false) {
|
|
IsFinished = other.IsFinished;
|
|
}
|
|
if (other.OECDAPDCDEN != 0) {
|
|
OECDAPDCDEN = other.OECDAPDCDEN;
|
|
}
|
|
if (other.BKFEABHCNKF != 0) {
|
|
BKFEABHCNKF = other.BKFEABHCNKF;
|
|
}
|
|
if (other.PGOHBDFNLAO != 0) {
|
|
PGOHBDFNLAO = other.PGOHBDFNLAO;
|
|
}
|
|
if (other.BFHEILPBKNA != 0) {
|
|
BFHEILPBKNA = other.BFHEILPBKNA;
|
|
}
|
|
_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: {
|
|
PGOHBDFNLAO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
BFHEILPBKNA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
JIEHDHEANNK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
BKFEABHCNKF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
EONHGGGJGCC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OECDAPDCDEN = input.ReadUInt32();
|
|
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: {
|
|
PGOHBDFNLAO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
BFHEILPBKNA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
JIEHDHEANNK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
BKFEABHCNKF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
EONHGGGJGCC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OECDAPDCDEN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|