Files
DanhengServer-OpenSource/Proto/RogueEndlessLayerInfo.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

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",
"c0xheWVySW5mbxITCgtERUNJT0NFREJDQRgOIAEoDRIRCgliYXR0bGVfaWQY",
"AiABKA0SEwoLS0RGS1BOR0lBUEgYCCABKA0SEwoLTUxITkRITk5NQkcYCSAB",
"KA0SEwoLRUNQRkxMTk9HR0sYBSABKA0SEwoLSEtIRUlKT0JCRUwYAyABKA0S",
"EQoJaXNfcm90YXRlGAQgASgIEhMKC05KTEtLTEdIQ09FGAcgASgNQh6qAhtF",
"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[]{ "DECIOCEDBCA", "BattleId", "KDFKPNGIAPH", "MLHNDHNNMBG", "ECPFLLNOGGK", "HKHEIJOBBEL", "IsRotate", "NJLKKLGHCOE" }, 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() {
dECIOCEDBCA_ = other.dECIOCEDBCA_;
battleId_ = other.battleId_;
kDFKPNGIAPH_ = other.kDFKPNGIAPH_;
mLHNDHNNMBG_ = other.mLHNDHNNMBG_;
eCPFLLNOGGK_ = other.eCPFLLNOGGK_;
hKHEIJOBBEL_ = other.hKHEIJOBBEL_;
isRotate_ = other.isRotate_;
nJLKKLGHCOE_ = other.nJLKKLGHCOE_;
_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 "DECIOCEDBCA" field.</summary>
public const int DECIOCEDBCAFieldNumber = 14;
private uint dECIOCEDBCA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DECIOCEDBCA {
get { return dECIOCEDBCA_; }
set {
dECIOCEDBCA_ = value;
}
}
/// <summary>Field number for the "battle_id" field.</summary>
public const int BattleIdFieldNumber = 2;
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 "KDFKPNGIAPH" field.</summary>
public const int KDFKPNGIAPHFieldNumber = 8;
private uint kDFKPNGIAPH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KDFKPNGIAPH {
get { return kDFKPNGIAPH_; }
set {
kDFKPNGIAPH_ = value;
}
}
/// <summary>Field number for the "MLHNDHNNMBG" field.</summary>
public const int MLHNDHNNMBGFieldNumber = 9;
private uint mLHNDHNNMBG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MLHNDHNNMBG {
get { return mLHNDHNNMBG_; }
set {
mLHNDHNNMBG_ = value;
}
}
/// <summary>Field number for the "ECPFLLNOGGK" field.</summary>
public const int ECPFLLNOGGKFieldNumber = 5;
private uint eCPFLLNOGGK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ECPFLLNOGGK {
get { return eCPFLLNOGGK_; }
set {
eCPFLLNOGGK_ = value;
}
}
/// <summary>Field number for the "HKHEIJOBBEL" field.</summary>
public const int HKHEIJOBBELFieldNumber = 3;
private uint hKHEIJOBBEL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HKHEIJOBBEL {
get { return hKHEIJOBBEL_; }
set {
hKHEIJOBBEL_ = value;
}
}
/// <summary>Field number for the "is_rotate" field.</summary>
public const int IsRotateFieldNumber = 4;
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 "NJLKKLGHCOE" field.</summary>
public const int NJLKKLGHCOEFieldNumber = 7;
private uint nJLKKLGHCOE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NJLKKLGHCOE {
get { return nJLKKLGHCOE_; }
set {
nJLKKLGHCOE_ = 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 (DECIOCEDBCA != other.DECIOCEDBCA) return false;
if (BattleId != other.BattleId) return false;
if (KDFKPNGIAPH != other.KDFKPNGIAPH) return false;
if (MLHNDHNNMBG != other.MLHNDHNNMBG) return false;
if (ECPFLLNOGGK != other.ECPFLLNOGGK) return false;
if (HKHEIJOBBEL != other.HKHEIJOBBEL) return false;
if (IsRotate != other.IsRotate) return false;
if (NJLKKLGHCOE != other.NJLKKLGHCOE) 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 (DECIOCEDBCA != 0) hash ^= DECIOCEDBCA.GetHashCode();
if (BattleId != 0) hash ^= BattleId.GetHashCode();
if (KDFKPNGIAPH != 0) hash ^= KDFKPNGIAPH.GetHashCode();
if (MLHNDHNNMBG != 0) hash ^= MLHNDHNNMBG.GetHashCode();
if (ECPFLLNOGGK != 0) hash ^= ECPFLLNOGGK.GetHashCode();
if (HKHEIJOBBEL != 0) hash ^= HKHEIJOBBEL.GetHashCode();
if (IsRotate != false) hash ^= IsRotate.GetHashCode();
if (NJLKKLGHCOE != 0) hash ^= NJLKKLGHCOE.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 (BattleId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(BattleId);
}
if (HKHEIJOBBEL != 0) {
output.WriteRawTag(24);
output.WriteUInt32(HKHEIJOBBEL);
}
if (IsRotate != false) {
output.WriteRawTag(32);
output.WriteBool(IsRotate);
}
if (ECPFLLNOGGK != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ECPFLLNOGGK);
}
if (NJLKKLGHCOE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(NJLKKLGHCOE);
}
if (KDFKPNGIAPH != 0) {
output.WriteRawTag(64);
output.WriteUInt32(KDFKPNGIAPH);
}
if (MLHNDHNNMBG != 0) {
output.WriteRawTag(72);
output.WriteUInt32(MLHNDHNNMBG);
}
if (DECIOCEDBCA != 0) {
output.WriteRawTag(112);
output.WriteUInt32(DECIOCEDBCA);
}
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 (BattleId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(BattleId);
}
if (HKHEIJOBBEL != 0) {
output.WriteRawTag(24);
output.WriteUInt32(HKHEIJOBBEL);
}
if (IsRotate != false) {
output.WriteRawTag(32);
output.WriteBool(IsRotate);
}
if (ECPFLLNOGGK != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ECPFLLNOGGK);
}
if (NJLKKLGHCOE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(NJLKKLGHCOE);
}
if (KDFKPNGIAPH != 0) {
output.WriteRawTag(64);
output.WriteUInt32(KDFKPNGIAPH);
}
if (MLHNDHNNMBG != 0) {
output.WriteRawTag(72);
output.WriteUInt32(MLHNDHNNMBG);
}
if (DECIOCEDBCA != 0) {
output.WriteRawTag(112);
output.WriteUInt32(DECIOCEDBCA);
}
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 (DECIOCEDBCA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DECIOCEDBCA);
}
if (BattleId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleId);
}
if (KDFKPNGIAPH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KDFKPNGIAPH);
}
if (MLHNDHNNMBG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MLHNDHNNMBG);
}
if (ECPFLLNOGGK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ECPFLLNOGGK);
}
if (HKHEIJOBBEL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HKHEIJOBBEL);
}
if (IsRotate != false) {
size += 1 + 1;
}
if (NJLKKLGHCOE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NJLKKLGHCOE);
}
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.DECIOCEDBCA != 0) {
DECIOCEDBCA = other.DECIOCEDBCA;
}
if (other.BattleId != 0) {
BattleId = other.BattleId;
}
if (other.KDFKPNGIAPH != 0) {
KDFKPNGIAPH = other.KDFKPNGIAPH;
}
if (other.MLHNDHNNMBG != 0) {
MLHNDHNNMBG = other.MLHNDHNNMBG;
}
if (other.ECPFLLNOGGK != 0) {
ECPFLLNOGGK = other.ECPFLLNOGGK;
}
if (other.HKHEIJOBBEL != 0) {
HKHEIJOBBEL = other.HKHEIJOBBEL;
}
if (other.IsRotate != false) {
IsRotate = other.IsRotate;
}
if (other.NJLKKLGHCOE != 0) {
NJLKKLGHCOE = other.NJLKKLGHCOE;
}
_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: {
BattleId = input.ReadUInt32();
break;
}
case 24: {
HKHEIJOBBEL = input.ReadUInt32();
break;
}
case 32: {
IsRotate = input.ReadBool();
break;
}
case 40: {
ECPFLLNOGGK = input.ReadUInt32();
break;
}
case 56: {
NJLKKLGHCOE = input.ReadUInt32();
break;
}
case 64: {
KDFKPNGIAPH = input.ReadUInt32();
break;
}
case 72: {
MLHNDHNNMBG = input.ReadUInt32();
break;
}
case 112: {
DECIOCEDBCA = 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: {
BattleId = input.ReadUInt32();
break;
}
case 24: {
HKHEIJOBBEL = input.ReadUInt32();
break;
}
case 32: {
IsRotate = input.ReadBool();
break;
}
case 40: {
ECPFLLNOGGK = input.ReadUInt32();
break;
}
case 56: {
NJLKKLGHCOE = input.ReadUInt32();
break;
}
case 64: {
KDFKPNGIAPH = input.ReadUInt32();
break;
}
case 72: {
MLHNDHNNMBG = input.ReadUInt32();
break;
}
case 112: {
DECIOCEDBCA = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code