Files
DanhengServer-OpenSource/Proto/TreasureDungeonActivityData.cs
2024-12-07 14:00:38 +08:00

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",
"dXJlRHVuZ2VvbkFjdGl2aXR5RGF0YRITCgtQTE9FRUpDUEtOShgBIAEoCBIT",
"CgtCRUxGSlBFRkROThgCIAEoCBITCgtISENGRkZLUE5CSRgOIAEoDRITCgtE",
"TEVFSkdGQUJMQxgKIAEoDRITCgtQUEVOTElNSktPRRgIIAEoDRITCgtETUZL",
"RUdDSEREThgPIAEoDRITCgtPREtNQUlMSkhLRBgJIAEoDUIeqgIbRWdnTGlu",
"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[]{ "PLOEEJCPKNJ", "BELFJPEFDNN", "HHCFFFKPNBI", "DLEEJGFABLC", "PPENLIMJKOE", "DMFKEGCHDDN", "ODKMAILJHKD" }, 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() {
pLOEEJCPKNJ_ = other.pLOEEJCPKNJ_;
bELFJPEFDNN_ = other.bELFJPEFDNN_;
hHCFFFKPNBI_ = other.hHCFFFKPNBI_;
dLEEJGFABLC_ = other.dLEEJGFABLC_;
pPENLIMJKOE_ = other.pPENLIMJKOE_;
dMFKEGCHDDN_ = other.dMFKEGCHDDN_;
oDKMAILJHKD_ = other.oDKMAILJHKD_;
_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 "PLOEEJCPKNJ" field.</summary>
public const int PLOEEJCPKNJFieldNumber = 1;
private bool pLOEEJCPKNJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PLOEEJCPKNJ {
get { return pLOEEJCPKNJ_; }
set {
pLOEEJCPKNJ_ = value;
}
}
/// <summary>Field number for the "BELFJPEFDNN" field.</summary>
public const int BELFJPEFDNNFieldNumber = 2;
private bool bELFJPEFDNN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BELFJPEFDNN {
get { return bELFJPEFDNN_; }
set {
bELFJPEFDNN_ = value;
}
}
/// <summary>Field number for the "HHCFFFKPNBI" field.</summary>
public const int HHCFFFKPNBIFieldNumber = 14;
private uint hHCFFFKPNBI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HHCFFFKPNBI {
get { return hHCFFFKPNBI_; }
set {
hHCFFFKPNBI_ = value;
}
}
/// <summary>Field number for the "DLEEJGFABLC" field.</summary>
public const int DLEEJGFABLCFieldNumber = 10;
private uint dLEEJGFABLC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DLEEJGFABLC {
get { return dLEEJGFABLC_; }
set {
dLEEJGFABLC_ = value;
}
}
/// <summary>Field number for the "PPENLIMJKOE" field.</summary>
public const int PPENLIMJKOEFieldNumber = 8;
private uint pPENLIMJKOE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PPENLIMJKOE {
get { return pPENLIMJKOE_; }
set {
pPENLIMJKOE_ = value;
}
}
/// <summary>Field number for the "DMFKEGCHDDN" field.</summary>
public const int DMFKEGCHDDNFieldNumber = 15;
private uint dMFKEGCHDDN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DMFKEGCHDDN {
get { return dMFKEGCHDDN_; }
set {
dMFKEGCHDDN_ = value;
}
}
/// <summary>Field number for the "ODKMAILJHKD" field.</summary>
public const int ODKMAILJHKDFieldNumber = 9;
private uint oDKMAILJHKD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ODKMAILJHKD {
get { return oDKMAILJHKD_; }
set {
oDKMAILJHKD_ = 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 (PLOEEJCPKNJ != other.PLOEEJCPKNJ) return false;
if (BELFJPEFDNN != other.BELFJPEFDNN) return false;
if (HHCFFFKPNBI != other.HHCFFFKPNBI) return false;
if (DLEEJGFABLC != other.DLEEJGFABLC) return false;
if (PPENLIMJKOE != other.PPENLIMJKOE) return false;
if (DMFKEGCHDDN != other.DMFKEGCHDDN) return false;
if (ODKMAILJHKD != other.ODKMAILJHKD) 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 (PLOEEJCPKNJ != false) hash ^= PLOEEJCPKNJ.GetHashCode();
if (BELFJPEFDNN != false) hash ^= BELFJPEFDNN.GetHashCode();
if (HHCFFFKPNBI != 0) hash ^= HHCFFFKPNBI.GetHashCode();
if (DLEEJGFABLC != 0) hash ^= DLEEJGFABLC.GetHashCode();
if (PPENLIMJKOE != 0) hash ^= PPENLIMJKOE.GetHashCode();
if (DMFKEGCHDDN != 0) hash ^= DMFKEGCHDDN.GetHashCode();
if (ODKMAILJHKD != 0) hash ^= ODKMAILJHKD.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 (PLOEEJCPKNJ != false) {
output.WriteRawTag(8);
output.WriteBool(PLOEEJCPKNJ);
}
if (BELFJPEFDNN != false) {
output.WriteRawTag(16);
output.WriteBool(BELFJPEFDNN);
}
if (PPENLIMJKOE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PPENLIMJKOE);
}
if (ODKMAILJHKD != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ODKMAILJHKD);
}
if (DLEEJGFABLC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DLEEJGFABLC);
}
if (HHCFFFKPNBI != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HHCFFFKPNBI);
}
if (DMFKEGCHDDN != 0) {
output.WriteRawTag(120);
output.WriteUInt32(DMFKEGCHDDN);
}
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 (PLOEEJCPKNJ != false) {
output.WriteRawTag(8);
output.WriteBool(PLOEEJCPKNJ);
}
if (BELFJPEFDNN != false) {
output.WriteRawTag(16);
output.WriteBool(BELFJPEFDNN);
}
if (PPENLIMJKOE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PPENLIMJKOE);
}
if (ODKMAILJHKD != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ODKMAILJHKD);
}
if (DLEEJGFABLC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DLEEJGFABLC);
}
if (HHCFFFKPNBI != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HHCFFFKPNBI);
}
if (DMFKEGCHDDN != 0) {
output.WriteRawTag(120);
output.WriteUInt32(DMFKEGCHDDN);
}
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 (PLOEEJCPKNJ != false) {
size += 1 + 1;
}
if (BELFJPEFDNN != false) {
size += 1 + 1;
}
if (HHCFFFKPNBI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HHCFFFKPNBI);
}
if (DLEEJGFABLC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DLEEJGFABLC);
}
if (PPENLIMJKOE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPENLIMJKOE);
}
if (DMFKEGCHDDN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DMFKEGCHDDN);
}
if (ODKMAILJHKD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ODKMAILJHKD);
}
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.PLOEEJCPKNJ != false) {
PLOEEJCPKNJ = other.PLOEEJCPKNJ;
}
if (other.BELFJPEFDNN != false) {
BELFJPEFDNN = other.BELFJPEFDNN;
}
if (other.HHCFFFKPNBI != 0) {
HHCFFFKPNBI = other.HHCFFFKPNBI;
}
if (other.DLEEJGFABLC != 0) {
DLEEJGFABLC = other.DLEEJGFABLC;
}
if (other.PPENLIMJKOE != 0) {
PPENLIMJKOE = other.PPENLIMJKOE;
}
if (other.DMFKEGCHDDN != 0) {
DMFKEGCHDDN = other.DMFKEGCHDDN;
}
if (other.ODKMAILJHKD != 0) {
ODKMAILJHKD = other.ODKMAILJHKD;
}
_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: {
PLOEEJCPKNJ = input.ReadBool();
break;
}
case 16: {
BELFJPEFDNN = input.ReadBool();
break;
}
case 64: {
PPENLIMJKOE = input.ReadUInt32();
break;
}
case 72: {
ODKMAILJHKD = input.ReadUInt32();
break;
}
case 80: {
DLEEJGFABLC = input.ReadUInt32();
break;
}
case 112: {
HHCFFFKPNBI = input.ReadUInt32();
break;
}
case 120: {
DMFKEGCHDDN = 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: {
PLOEEJCPKNJ = input.ReadBool();
break;
}
case 16: {
BELFJPEFDNN = input.ReadBool();
break;
}
case 64: {
PPENLIMJKOE = input.ReadUInt32();
break;
}
case 72: {
ODKMAILJHKD = input.ReadUInt32();
break;
}
case 80: {
DLEEJGFABLC = input.ReadUInt32();
break;
}
case 112: {
HHCFFFKPNBI = input.ReadUInt32();
break;
}
case 120: {
DMFKEGCHDDN = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code