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",
|
|
"dXJlRHVuZ2VvbkFjdGl2aXR5RGF0YRITCgtQSUtER05HRENDQRgCIAEoDRIT",
|
|
"CgtMTElPQUlEREJDShgMIAEoDRITCgtQUEFFUElDRkFMQhgFIAEoCBITCgtL",
|
|
"RkdBQURDQUZPRRgPIAEoDRITCgtITVBQRkdDSUZKSxgGIAEoDRITCgtpc19m",
|
|
"aW5pc2hlZBgBIAEoCBITCgtIQkVETExFQUlMQxgJIAEoDUIeqgIbRWdnTGlu",
|
|
"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[]{ "PIKDGNGDCCA", "LLIOAIDDBCJ", "PPAEPICFALB", "KFGAADCAFOE", "HMPPFGCIFJK", "IsFinished", "HBEDLLEAILC" }, 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() {
|
|
pIKDGNGDCCA_ = other.pIKDGNGDCCA_;
|
|
lLIOAIDDBCJ_ = other.lLIOAIDDBCJ_;
|
|
pPAEPICFALB_ = other.pPAEPICFALB_;
|
|
kFGAADCAFOE_ = other.kFGAADCAFOE_;
|
|
hMPPFGCIFJK_ = other.hMPPFGCIFJK_;
|
|
isFinished_ = other.isFinished_;
|
|
hBEDLLEAILC_ = other.hBEDLLEAILC_;
|
|
_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 "PIKDGNGDCCA" field.</summary>
|
|
public const int PIKDGNGDCCAFieldNumber = 2;
|
|
private uint pIKDGNGDCCA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PIKDGNGDCCA {
|
|
get { return pIKDGNGDCCA_; }
|
|
set {
|
|
pIKDGNGDCCA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LLIOAIDDBCJ" field.</summary>
|
|
public const int LLIOAIDDBCJFieldNumber = 12;
|
|
private uint lLIOAIDDBCJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LLIOAIDDBCJ {
|
|
get { return lLIOAIDDBCJ_; }
|
|
set {
|
|
lLIOAIDDBCJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PPAEPICFALB" field.</summary>
|
|
public const int PPAEPICFALBFieldNumber = 5;
|
|
private bool pPAEPICFALB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool PPAEPICFALB {
|
|
get { return pPAEPICFALB_; }
|
|
set {
|
|
pPAEPICFALB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KFGAADCAFOE" field.</summary>
|
|
public const int KFGAADCAFOEFieldNumber = 15;
|
|
private uint kFGAADCAFOE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KFGAADCAFOE {
|
|
get { return kFGAADCAFOE_; }
|
|
set {
|
|
kFGAADCAFOE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HMPPFGCIFJK" field.</summary>
|
|
public const int HMPPFGCIFJKFieldNumber = 6;
|
|
private uint hMPPFGCIFJK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HMPPFGCIFJK {
|
|
get { return hMPPFGCIFJK_; }
|
|
set {
|
|
hMPPFGCIFJK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_finished" field.</summary>
|
|
public const int IsFinishedFieldNumber = 1;
|
|
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 "HBEDLLEAILC" field.</summary>
|
|
public const int HBEDLLEAILCFieldNumber = 9;
|
|
private uint hBEDLLEAILC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HBEDLLEAILC {
|
|
get { return hBEDLLEAILC_; }
|
|
set {
|
|
hBEDLLEAILC_ = 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 (PIKDGNGDCCA != other.PIKDGNGDCCA) return false;
|
|
if (LLIOAIDDBCJ != other.LLIOAIDDBCJ) return false;
|
|
if (PPAEPICFALB != other.PPAEPICFALB) return false;
|
|
if (KFGAADCAFOE != other.KFGAADCAFOE) return false;
|
|
if (HMPPFGCIFJK != other.HMPPFGCIFJK) return false;
|
|
if (IsFinished != other.IsFinished) return false;
|
|
if (HBEDLLEAILC != other.HBEDLLEAILC) 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 (PIKDGNGDCCA != 0) hash ^= PIKDGNGDCCA.GetHashCode();
|
|
if (LLIOAIDDBCJ != 0) hash ^= LLIOAIDDBCJ.GetHashCode();
|
|
if (PPAEPICFALB != false) hash ^= PPAEPICFALB.GetHashCode();
|
|
if (KFGAADCAFOE != 0) hash ^= KFGAADCAFOE.GetHashCode();
|
|
if (HMPPFGCIFJK != 0) hash ^= HMPPFGCIFJK.GetHashCode();
|
|
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
|
|
if (HBEDLLEAILC != 0) hash ^= HBEDLLEAILC.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(8);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (PIKDGNGDCCA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PIKDGNGDCCA);
|
|
}
|
|
if (PPAEPICFALB != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(PPAEPICFALB);
|
|
}
|
|
if (HMPPFGCIFJK != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HMPPFGCIFJK);
|
|
}
|
|
if (HBEDLLEAILC != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(HBEDLLEAILC);
|
|
}
|
|
if (LLIOAIDDBCJ != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(LLIOAIDDBCJ);
|
|
}
|
|
if (KFGAADCAFOE != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(KFGAADCAFOE);
|
|
}
|
|
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(8);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (PIKDGNGDCCA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PIKDGNGDCCA);
|
|
}
|
|
if (PPAEPICFALB != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(PPAEPICFALB);
|
|
}
|
|
if (HMPPFGCIFJK != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HMPPFGCIFJK);
|
|
}
|
|
if (HBEDLLEAILC != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(HBEDLLEAILC);
|
|
}
|
|
if (LLIOAIDDBCJ != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(LLIOAIDDBCJ);
|
|
}
|
|
if (KFGAADCAFOE != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(KFGAADCAFOE);
|
|
}
|
|
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 (PIKDGNGDCCA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PIKDGNGDCCA);
|
|
}
|
|
if (LLIOAIDDBCJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LLIOAIDDBCJ);
|
|
}
|
|
if (PPAEPICFALB != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (KFGAADCAFOE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KFGAADCAFOE);
|
|
}
|
|
if (HMPPFGCIFJK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMPPFGCIFJK);
|
|
}
|
|
if (IsFinished != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (HBEDLLEAILC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HBEDLLEAILC);
|
|
}
|
|
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.PIKDGNGDCCA != 0) {
|
|
PIKDGNGDCCA = other.PIKDGNGDCCA;
|
|
}
|
|
if (other.LLIOAIDDBCJ != 0) {
|
|
LLIOAIDDBCJ = other.LLIOAIDDBCJ;
|
|
}
|
|
if (other.PPAEPICFALB != false) {
|
|
PPAEPICFALB = other.PPAEPICFALB;
|
|
}
|
|
if (other.KFGAADCAFOE != 0) {
|
|
KFGAADCAFOE = other.KFGAADCAFOE;
|
|
}
|
|
if (other.HMPPFGCIFJK != 0) {
|
|
HMPPFGCIFJK = other.HMPPFGCIFJK;
|
|
}
|
|
if (other.IsFinished != false) {
|
|
IsFinished = other.IsFinished;
|
|
}
|
|
if (other.HBEDLLEAILC != 0) {
|
|
HBEDLLEAILC = other.HBEDLLEAILC;
|
|
}
|
|
_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: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
PIKDGNGDCCA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PPAEPICFALB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HMPPFGCIFJK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
HBEDLLEAILC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
LLIOAIDDBCJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
KFGAADCAFOE = 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: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
PIKDGNGDCCA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PPAEPICFALB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HMPPFGCIFJK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
HBEDLLEAILC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
LLIOAIDDBCJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
KFGAADCAFOE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|