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",
|
|
"dXJlRHVuZ2VvbkFjdGl2aXR5RGF0YRITCgtOQ0ZBSlBBTUJHRBgGIAEoDRIT",
|
|
"CgtBQ0xKS05IREZGTBgLIAEoDRITCgtPSkpMQklQRk1BUBgIIAEoDRITCgtp",
|
|
"c19maW5pc2hlZBgDIAEoCBITCgtESExQSEtKQk1IQhgJIAEoDRITCgtBRktG",
|
|
"TUJORkNHRRgPIAEoCBITCgtDTklKR0FQT1BBSBgEIAEoDUIeqgIbRWdnTGlu",
|
|
"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[]{ "NCFAJPAMBGD", "ACLJKNHDFFL", "OJJLBIPFMAP", "IsFinished", "DHLPHKJBMHB", "AFKFMBNFCGE", "CNIJGAPOPAH" }, 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() {
|
|
nCFAJPAMBGD_ = other.nCFAJPAMBGD_;
|
|
aCLJKNHDFFL_ = other.aCLJKNHDFFL_;
|
|
oJJLBIPFMAP_ = other.oJJLBIPFMAP_;
|
|
isFinished_ = other.isFinished_;
|
|
dHLPHKJBMHB_ = other.dHLPHKJBMHB_;
|
|
aFKFMBNFCGE_ = other.aFKFMBNFCGE_;
|
|
cNIJGAPOPAH_ = other.cNIJGAPOPAH_;
|
|
_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 "NCFAJPAMBGD" field.</summary>
|
|
public const int NCFAJPAMBGDFieldNumber = 6;
|
|
private uint nCFAJPAMBGD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NCFAJPAMBGD {
|
|
get { return nCFAJPAMBGD_; }
|
|
set {
|
|
nCFAJPAMBGD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ACLJKNHDFFL" field.</summary>
|
|
public const int ACLJKNHDFFLFieldNumber = 11;
|
|
private uint aCLJKNHDFFL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ACLJKNHDFFL {
|
|
get { return aCLJKNHDFFL_; }
|
|
set {
|
|
aCLJKNHDFFL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OJJLBIPFMAP" field.</summary>
|
|
public const int OJJLBIPFMAPFieldNumber = 8;
|
|
private uint oJJLBIPFMAP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OJJLBIPFMAP {
|
|
get { return oJJLBIPFMAP_; }
|
|
set {
|
|
oJJLBIPFMAP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_finished" field.</summary>
|
|
public const int IsFinishedFieldNumber = 3;
|
|
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 "DHLPHKJBMHB" field.</summary>
|
|
public const int DHLPHKJBMHBFieldNumber = 9;
|
|
private uint dHLPHKJBMHB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DHLPHKJBMHB {
|
|
get { return dHLPHKJBMHB_; }
|
|
set {
|
|
dHLPHKJBMHB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AFKFMBNFCGE" field.</summary>
|
|
public const int AFKFMBNFCGEFieldNumber = 15;
|
|
private bool aFKFMBNFCGE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool AFKFMBNFCGE {
|
|
get { return aFKFMBNFCGE_; }
|
|
set {
|
|
aFKFMBNFCGE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CNIJGAPOPAH" field.</summary>
|
|
public const int CNIJGAPOPAHFieldNumber = 4;
|
|
private uint cNIJGAPOPAH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CNIJGAPOPAH {
|
|
get { return cNIJGAPOPAH_; }
|
|
set {
|
|
cNIJGAPOPAH_ = 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 (NCFAJPAMBGD != other.NCFAJPAMBGD) return false;
|
|
if (ACLJKNHDFFL != other.ACLJKNHDFFL) return false;
|
|
if (OJJLBIPFMAP != other.OJJLBIPFMAP) return false;
|
|
if (IsFinished != other.IsFinished) return false;
|
|
if (DHLPHKJBMHB != other.DHLPHKJBMHB) return false;
|
|
if (AFKFMBNFCGE != other.AFKFMBNFCGE) return false;
|
|
if (CNIJGAPOPAH != other.CNIJGAPOPAH) 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 (NCFAJPAMBGD != 0) hash ^= NCFAJPAMBGD.GetHashCode();
|
|
if (ACLJKNHDFFL != 0) hash ^= ACLJKNHDFFL.GetHashCode();
|
|
if (OJJLBIPFMAP != 0) hash ^= OJJLBIPFMAP.GetHashCode();
|
|
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
|
|
if (DHLPHKJBMHB != 0) hash ^= DHLPHKJBMHB.GetHashCode();
|
|
if (AFKFMBNFCGE != false) hash ^= AFKFMBNFCGE.GetHashCode();
|
|
if (CNIJGAPOPAH != 0) hash ^= CNIJGAPOPAH.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 (IsFinished != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (CNIJGAPOPAH != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(CNIJGAPOPAH);
|
|
}
|
|
if (NCFAJPAMBGD != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(NCFAJPAMBGD);
|
|
}
|
|
if (OJJLBIPFMAP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OJJLBIPFMAP);
|
|
}
|
|
if (DHLPHKJBMHB != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(DHLPHKJBMHB);
|
|
}
|
|
if (ACLJKNHDFFL != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ACLJKNHDFFL);
|
|
}
|
|
if (AFKFMBNFCGE != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(AFKFMBNFCGE);
|
|
}
|
|
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 (IsFinished != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (CNIJGAPOPAH != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(CNIJGAPOPAH);
|
|
}
|
|
if (NCFAJPAMBGD != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(NCFAJPAMBGD);
|
|
}
|
|
if (OJJLBIPFMAP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OJJLBIPFMAP);
|
|
}
|
|
if (DHLPHKJBMHB != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(DHLPHKJBMHB);
|
|
}
|
|
if (ACLJKNHDFFL != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ACLJKNHDFFL);
|
|
}
|
|
if (AFKFMBNFCGE != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(AFKFMBNFCGE);
|
|
}
|
|
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 (NCFAJPAMBGD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCFAJPAMBGD);
|
|
}
|
|
if (ACLJKNHDFFL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACLJKNHDFFL);
|
|
}
|
|
if (OJJLBIPFMAP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJJLBIPFMAP);
|
|
}
|
|
if (IsFinished != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (DHLPHKJBMHB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHLPHKJBMHB);
|
|
}
|
|
if (AFKFMBNFCGE != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (CNIJGAPOPAH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CNIJGAPOPAH);
|
|
}
|
|
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.NCFAJPAMBGD != 0) {
|
|
NCFAJPAMBGD = other.NCFAJPAMBGD;
|
|
}
|
|
if (other.ACLJKNHDFFL != 0) {
|
|
ACLJKNHDFFL = other.ACLJKNHDFFL;
|
|
}
|
|
if (other.OJJLBIPFMAP != 0) {
|
|
OJJLBIPFMAP = other.OJJLBIPFMAP;
|
|
}
|
|
if (other.IsFinished != false) {
|
|
IsFinished = other.IsFinished;
|
|
}
|
|
if (other.DHLPHKJBMHB != 0) {
|
|
DHLPHKJBMHB = other.DHLPHKJBMHB;
|
|
}
|
|
if (other.AFKFMBNFCGE != false) {
|
|
AFKFMBNFCGE = other.AFKFMBNFCGE;
|
|
}
|
|
if (other.CNIJGAPOPAH != 0) {
|
|
CNIJGAPOPAH = other.CNIJGAPOPAH;
|
|
}
|
|
_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 24: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
CNIJGAPOPAH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
NCFAJPAMBGD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OJJLBIPFMAP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
DHLPHKJBMHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ACLJKNHDFFL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
AFKFMBNFCGE = 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 24: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
CNIJGAPOPAH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
NCFAJPAMBGD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OJJLBIPFMAP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
DHLPHKJBMHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ACLJKNHDFFL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
AFKFMBNFCGE = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|