mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46: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",
|
|
"dXJlRHVuZ2VvbkFjdGl2aXR5RGF0YRITCgtKTUJCSEtBQUJITBgIIAEoDRIT",
|
|
"CgtMSEFPR0tLTk5DQxgBIAEoCBITCgtCUEFHTlBBRENERRgLIAEoDRITCgtJ",
|
|
"UExFS0lKRE1MSBgDIAEoDRITCgtpc19maW5pc2hlZBgGIAEoCBITCgtQQ09C",
|
|
"SElHREhFSxgCIAEoDRITCgtBT0tQQU9KSU5OQxgEIAEoDUIeqgIbRWdnTGlu",
|
|
"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[]{ "JMBBHKAABHL", "LHAOGKKNNCC", "BPAGNPADCDE", "IPLEKIJDMLH", "IsFinished", "PCOBHIGDHEK", "AOKPAOJINNC" }, 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() {
|
|
jMBBHKAABHL_ = other.jMBBHKAABHL_;
|
|
lHAOGKKNNCC_ = other.lHAOGKKNNCC_;
|
|
bPAGNPADCDE_ = other.bPAGNPADCDE_;
|
|
iPLEKIJDMLH_ = other.iPLEKIJDMLH_;
|
|
isFinished_ = other.isFinished_;
|
|
pCOBHIGDHEK_ = other.pCOBHIGDHEK_;
|
|
aOKPAOJINNC_ = other.aOKPAOJINNC_;
|
|
_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 "JMBBHKAABHL" field.</summary>
|
|
public const int JMBBHKAABHLFieldNumber = 8;
|
|
private uint jMBBHKAABHL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JMBBHKAABHL {
|
|
get { return jMBBHKAABHL_; }
|
|
set {
|
|
jMBBHKAABHL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LHAOGKKNNCC" field.</summary>
|
|
public const int LHAOGKKNNCCFieldNumber = 1;
|
|
private bool lHAOGKKNNCC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool LHAOGKKNNCC {
|
|
get { return lHAOGKKNNCC_; }
|
|
set {
|
|
lHAOGKKNNCC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BPAGNPADCDE" field.</summary>
|
|
public const int BPAGNPADCDEFieldNumber = 11;
|
|
private uint bPAGNPADCDE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BPAGNPADCDE {
|
|
get { return bPAGNPADCDE_; }
|
|
set {
|
|
bPAGNPADCDE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IPLEKIJDMLH" field.</summary>
|
|
public const int IPLEKIJDMLHFieldNumber = 3;
|
|
private uint iPLEKIJDMLH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IPLEKIJDMLH {
|
|
get { return iPLEKIJDMLH_; }
|
|
set {
|
|
iPLEKIJDMLH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_finished" field.</summary>
|
|
public const int IsFinishedFieldNumber = 6;
|
|
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 "PCOBHIGDHEK" field.</summary>
|
|
public const int PCOBHIGDHEKFieldNumber = 2;
|
|
private uint pCOBHIGDHEK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PCOBHIGDHEK {
|
|
get { return pCOBHIGDHEK_; }
|
|
set {
|
|
pCOBHIGDHEK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AOKPAOJINNC" field.</summary>
|
|
public const int AOKPAOJINNCFieldNumber = 4;
|
|
private uint aOKPAOJINNC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AOKPAOJINNC {
|
|
get { return aOKPAOJINNC_; }
|
|
set {
|
|
aOKPAOJINNC_ = 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 (JMBBHKAABHL != other.JMBBHKAABHL) return false;
|
|
if (LHAOGKKNNCC != other.LHAOGKKNNCC) return false;
|
|
if (BPAGNPADCDE != other.BPAGNPADCDE) return false;
|
|
if (IPLEKIJDMLH != other.IPLEKIJDMLH) return false;
|
|
if (IsFinished != other.IsFinished) return false;
|
|
if (PCOBHIGDHEK != other.PCOBHIGDHEK) return false;
|
|
if (AOKPAOJINNC != other.AOKPAOJINNC) 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 (JMBBHKAABHL != 0) hash ^= JMBBHKAABHL.GetHashCode();
|
|
if (LHAOGKKNNCC != false) hash ^= LHAOGKKNNCC.GetHashCode();
|
|
if (BPAGNPADCDE != 0) hash ^= BPAGNPADCDE.GetHashCode();
|
|
if (IPLEKIJDMLH != 0) hash ^= IPLEKIJDMLH.GetHashCode();
|
|
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
|
|
if (PCOBHIGDHEK != 0) hash ^= PCOBHIGDHEK.GetHashCode();
|
|
if (AOKPAOJINNC != 0) hash ^= AOKPAOJINNC.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 (LHAOGKKNNCC != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(LHAOGKKNNCC);
|
|
}
|
|
if (PCOBHIGDHEK != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PCOBHIGDHEK);
|
|
}
|
|
if (IPLEKIJDMLH != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(IPLEKIJDMLH);
|
|
}
|
|
if (AOKPAOJINNC != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(AOKPAOJINNC);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (JMBBHKAABHL != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JMBBHKAABHL);
|
|
}
|
|
if (BPAGNPADCDE != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(BPAGNPADCDE);
|
|
}
|
|
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 (LHAOGKKNNCC != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(LHAOGKKNNCC);
|
|
}
|
|
if (PCOBHIGDHEK != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(PCOBHIGDHEK);
|
|
}
|
|
if (IPLEKIJDMLH != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(IPLEKIJDMLH);
|
|
}
|
|
if (AOKPAOJINNC != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(AOKPAOJINNC);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (JMBBHKAABHL != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JMBBHKAABHL);
|
|
}
|
|
if (BPAGNPADCDE != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(BPAGNPADCDE);
|
|
}
|
|
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 (JMBBHKAABHL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JMBBHKAABHL);
|
|
}
|
|
if (LHAOGKKNNCC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (BPAGNPADCDE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BPAGNPADCDE);
|
|
}
|
|
if (IPLEKIJDMLH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPLEKIJDMLH);
|
|
}
|
|
if (IsFinished != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (PCOBHIGDHEK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PCOBHIGDHEK);
|
|
}
|
|
if (AOKPAOJINNC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AOKPAOJINNC);
|
|
}
|
|
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.JMBBHKAABHL != 0) {
|
|
JMBBHKAABHL = other.JMBBHKAABHL;
|
|
}
|
|
if (other.LHAOGKKNNCC != false) {
|
|
LHAOGKKNNCC = other.LHAOGKKNNCC;
|
|
}
|
|
if (other.BPAGNPADCDE != 0) {
|
|
BPAGNPADCDE = other.BPAGNPADCDE;
|
|
}
|
|
if (other.IPLEKIJDMLH != 0) {
|
|
IPLEKIJDMLH = other.IPLEKIJDMLH;
|
|
}
|
|
if (other.IsFinished != false) {
|
|
IsFinished = other.IsFinished;
|
|
}
|
|
if (other.PCOBHIGDHEK != 0) {
|
|
PCOBHIGDHEK = other.PCOBHIGDHEK;
|
|
}
|
|
if (other.AOKPAOJINNC != 0) {
|
|
AOKPAOJINNC = other.AOKPAOJINNC;
|
|
}
|
|
_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: {
|
|
LHAOGKKNNCC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
PCOBHIGDHEK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
IPLEKIJDMLH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
AOKPAOJINNC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JMBBHKAABHL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BPAGNPADCDE = 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: {
|
|
LHAOGKKNNCC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
PCOBHIGDHEK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
IPLEKIJDMLH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
AOKPAOJINNC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JMBBHKAABHL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BPAGNPADCDE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|