mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
497 lines
16 KiB
C#
497 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueEndlessLayerInfo.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 RogueEndlessLayerInfo.proto</summary>
|
|
public static partial class RogueEndlessLayerInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueEndlessLayerInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueEndlessLayerInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtSb2d1ZUVuZGxlc3NMYXllckluZm8ucHJvdG8iuwEKFVJvZ3VlRW5kbGVz",
|
|
"c0xheWVySW5mbxITCgtIRExMTUROTE9LUBgMIAEoDRITCgtKUEtKS0lNTklH",
|
|
"RxgKIAEoDRITCgtCUEVLQ0VKUE9GRRgGIAEoDRIRCglpc19yb3RhdGUYByAB",
|
|
"KAgSEwoLQUVJRU9KR0NNTU8YAiABKA0SEQoJYmF0dGxlX2lkGAsgASgNEhMK",
|
|
"C0tLUEtBTEpNQU1GGA0gASgNEhMKC0hESkNKQkJLTkFGGA8gASgNQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfo), global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfo.Parser, new[]{ "HDLLMDNLOKP", "JPKJKIMNIGG", "BPEKCEJPOFE", "IsRotate", "AEIEOJGCMMO", "BattleId", "KKPKALJMAMF", "HDJCJBBKNAF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RogueEndlessLayerInfo : pb::IMessage<RogueEndlessLayerInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RogueEndlessLayerInfo> _parser = new pb::MessageParser<RogueEndlessLayerInfo>(() => new RogueEndlessLayerInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RogueEndlessLayerInfo> 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.RogueEndlessLayerInfoReflection.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 RogueEndlessLayerInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueEndlessLayerInfo(RogueEndlessLayerInfo other) : this() {
|
|
hDLLMDNLOKP_ = other.hDLLMDNLOKP_;
|
|
jPKJKIMNIGG_ = other.jPKJKIMNIGG_;
|
|
bPEKCEJPOFE_ = other.bPEKCEJPOFE_;
|
|
isRotate_ = other.isRotate_;
|
|
aEIEOJGCMMO_ = other.aEIEOJGCMMO_;
|
|
battleId_ = other.battleId_;
|
|
kKPKALJMAMF_ = other.kKPKALJMAMF_;
|
|
hDJCJBBKNAF_ = other.hDJCJBBKNAF_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueEndlessLayerInfo Clone() {
|
|
return new RogueEndlessLayerInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "HDLLMDNLOKP" field.</summary>
|
|
public const int HDLLMDNLOKPFieldNumber = 12;
|
|
private uint hDLLMDNLOKP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HDLLMDNLOKP {
|
|
get { return hDLLMDNLOKP_; }
|
|
set {
|
|
hDLLMDNLOKP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JPKJKIMNIGG" field.</summary>
|
|
public const int JPKJKIMNIGGFieldNumber = 10;
|
|
private uint jPKJKIMNIGG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JPKJKIMNIGG {
|
|
get { return jPKJKIMNIGG_; }
|
|
set {
|
|
jPKJKIMNIGG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BPEKCEJPOFE" field.</summary>
|
|
public const int BPEKCEJPOFEFieldNumber = 6;
|
|
private uint bPEKCEJPOFE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BPEKCEJPOFE {
|
|
get { return bPEKCEJPOFE_; }
|
|
set {
|
|
bPEKCEJPOFE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_rotate" field.</summary>
|
|
public const int IsRotateFieldNumber = 7;
|
|
private bool isRotate_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsRotate {
|
|
get { return isRotate_; }
|
|
set {
|
|
isRotate_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AEIEOJGCMMO" field.</summary>
|
|
public const int AEIEOJGCMMOFieldNumber = 2;
|
|
private uint aEIEOJGCMMO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AEIEOJGCMMO {
|
|
get { return aEIEOJGCMMO_; }
|
|
set {
|
|
aEIEOJGCMMO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "battle_id" field.</summary>
|
|
public const int BattleIdFieldNumber = 11;
|
|
private uint battleId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BattleId {
|
|
get { return battleId_; }
|
|
set {
|
|
battleId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KKPKALJMAMF" field.</summary>
|
|
public const int KKPKALJMAMFFieldNumber = 13;
|
|
private uint kKPKALJMAMF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KKPKALJMAMF {
|
|
get { return kKPKALJMAMF_; }
|
|
set {
|
|
kKPKALJMAMF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HDJCJBBKNAF" field.</summary>
|
|
public const int HDJCJBBKNAFFieldNumber = 15;
|
|
private uint hDJCJBBKNAF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HDJCJBBKNAF {
|
|
get { return hDJCJBBKNAF_; }
|
|
set {
|
|
hDJCJBBKNAF_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as RogueEndlessLayerInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RogueEndlessLayerInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (HDLLMDNLOKP != other.HDLLMDNLOKP) return false;
|
|
if (JPKJKIMNIGG != other.JPKJKIMNIGG) return false;
|
|
if (BPEKCEJPOFE != other.BPEKCEJPOFE) return false;
|
|
if (IsRotate != other.IsRotate) return false;
|
|
if (AEIEOJGCMMO != other.AEIEOJGCMMO) return false;
|
|
if (BattleId != other.BattleId) return false;
|
|
if (KKPKALJMAMF != other.KKPKALJMAMF) return false;
|
|
if (HDJCJBBKNAF != other.HDJCJBBKNAF) 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 (HDLLMDNLOKP != 0) hash ^= HDLLMDNLOKP.GetHashCode();
|
|
if (JPKJKIMNIGG != 0) hash ^= JPKJKIMNIGG.GetHashCode();
|
|
if (BPEKCEJPOFE != 0) hash ^= BPEKCEJPOFE.GetHashCode();
|
|
if (IsRotate != false) hash ^= IsRotate.GetHashCode();
|
|
if (AEIEOJGCMMO != 0) hash ^= AEIEOJGCMMO.GetHashCode();
|
|
if (BattleId != 0) hash ^= BattleId.GetHashCode();
|
|
if (KKPKALJMAMF != 0) hash ^= KKPKALJMAMF.GetHashCode();
|
|
if (HDJCJBBKNAF != 0) hash ^= HDJCJBBKNAF.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 (AEIEOJGCMMO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AEIEOJGCMMO);
|
|
}
|
|
if (BPEKCEJPOFE != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(BPEKCEJPOFE);
|
|
}
|
|
if (IsRotate != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(IsRotate);
|
|
}
|
|
if (JPKJKIMNIGG != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(JPKJKIMNIGG);
|
|
}
|
|
if (BattleId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(BattleId);
|
|
}
|
|
if (HDLLMDNLOKP != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(HDLLMDNLOKP);
|
|
}
|
|
if (KKPKALJMAMF != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(KKPKALJMAMF);
|
|
}
|
|
if (HDJCJBBKNAF != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(HDJCJBBKNAF);
|
|
}
|
|
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 (AEIEOJGCMMO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AEIEOJGCMMO);
|
|
}
|
|
if (BPEKCEJPOFE != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(BPEKCEJPOFE);
|
|
}
|
|
if (IsRotate != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(IsRotate);
|
|
}
|
|
if (JPKJKIMNIGG != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(JPKJKIMNIGG);
|
|
}
|
|
if (BattleId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(BattleId);
|
|
}
|
|
if (HDLLMDNLOKP != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(HDLLMDNLOKP);
|
|
}
|
|
if (KKPKALJMAMF != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(KKPKALJMAMF);
|
|
}
|
|
if (HDJCJBBKNAF != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(HDJCJBBKNAF);
|
|
}
|
|
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 (HDLLMDNLOKP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDLLMDNLOKP);
|
|
}
|
|
if (JPKJKIMNIGG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPKJKIMNIGG);
|
|
}
|
|
if (BPEKCEJPOFE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BPEKCEJPOFE);
|
|
}
|
|
if (IsRotate != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (AEIEOJGCMMO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AEIEOJGCMMO);
|
|
}
|
|
if (BattleId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleId);
|
|
}
|
|
if (KKPKALJMAMF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KKPKALJMAMF);
|
|
}
|
|
if (HDJCJBBKNAF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDJCJBBKNAF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RogueEndlessLayerInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.HDLLMDNLOKP != 0) {
|
|
HDLLMDNLOKP = other.HDLLMDNLOKP;
|
|
}
|
|
if (other.JPKJKIMNIGG != 0) {
|
|
JPKJKIMNIGG = other.JPKJKIMNIGG;
|
|
}
|
|
if (other.BPEKCEJPOFE != 0) {
|
|
BPEKCEJPOFE = other.BPEKCEJPOFE;
|
|
}
|
|
if (other.IsRotate != false) {
|
|
IsRotate = other.IsRotate;
|
|
}
|
|
if (other.AEIEOJGCMMO != 0) {
|
|
AEIEOJGCMMO = other.AEIEOJGCMMO;
|
|
}
|
|
if (other.BattleId != 0) {
|
|
BattleId = other.BattleId;
|
|
}
|
|
if (other.KKPKALJMAMF != 0) {
|
|
KKPKALJMAMF = other.KKPKALJMAMF;
|
|
}
|
|
if (other.HDJCJBBKNAF != 0) {
|
|
HDJCJBBKNAF = other.HDJCJBBKNAF;
|
|
}
|
|
_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 16: {
|
|
AEIEOJGCMMO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
BPEKCEJPOFE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
IsRotate = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
JPKJKIMNIGG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BattleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HDLLMDNLOKP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
KKPKALJMAMF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
HDJCJBBKNAF = 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 16: {
|
|
AEIEOJGCMMO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
BPEKCEJPOFE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
IsRotate = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
JPKJKIMNIGG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BattleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HDLLMDNLOKP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
KKPKALJMAMF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
HDJCJBBKNAF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|