Files
DanhengServer-OpenSource/Proto/RogueEndlessLayerInfo.cs
2024-10-05 22:40:41 +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",
"c0xheWVySW5mbxIRCglpc19yb3RhdGUYDyABKAgSEwoLS0hHSkxKSFBMUE0Y",
"AiABKA0SEwoLQUxCSUdOR0ZCRk8YBCABKA0SEwoLUEtFSkVPRUJCSkcYCyAB",
"KA0SEwoLUEtJTUZNT0dCQkkYCCABKA0SEwoLTkdLQUJQTEFFR1AYBiABKA0S",
"EwoLS09ER05DSkZHRUwYDCABKA0SEQoJYmF0dGxlX2lkGAUgASgNQh6qAhtF",
"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[]{ "IsRotate", "KHGJLJHPLPM", "ALBIGNGFBFO", "PKEJEOEBBJG", "PKIMFMOGBBI", "NGKABPLAEGP", "KODGNCJFGEL", "BattleId" }, 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() {
isRotate_ = other.isRotate_;
kHGJLJHPLPM_ = other.kHGJLJHPLPM_;
aLBIGNGFBFO_ = other.aLBIGNGFBFO_;
pKEJEOEBBJG_ = other.pKEJEOEBBJG_;
pKIMFMOGBBI_ = other.pKIMFMOGBBI_;
nGKABPLAEGP_ = other.nGKABPLAEGP_;
kODGNCJFGEL_ = other.kODGNCJFGEL_;
battleId_ = other.battleId_;
_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 "is_rotate" field.</summary>
public const int IsRotateFieldNumber = 15;
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 "KHGJLJHPLPM" field.</summary>
public const int KHGJLJHPLPMFieldNumber = 2;
private uint kHGJLJHPLPM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KHGJLJHPLPM {
get { return kHGJLJHPLPM_; }
set {
kHGJLJHPLPM_ = value;
}
}
/// <summary>Field number for the "ALBIGNGFBFO" field.</summary>
public const int ALBIGNGFBFOFieldNumber = 4;
private uint aLBIGNGFBFO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ALBIGNGFBFO {
get { return aLBIGNGFBFO_; }
set {
aLBIGNGFBFO_ = value;
}
}
/// <summary>Field number for the "PKEJEOEBBJG" field.</summary>
public const int PKEJEOEBBJGFieldNumber = 11;
private uint pKEJEOEBBJG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PKEJEOEBBJG {
get { return pKEJEOEBBJG_; }
set {
pKEJEOEBBJG_ = value;
}
}
/// <summary>Field number for the "PKIMFMOGBBI" field.</summary>
public const int PKIMFMOGBBIFieldNumber = 8;
private uint pKIMFMOGBBI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PKIMFMOGBBI {
get { return pKIMFMOGBBI_; }
set {
pKIMFMOGBBI_ = value;
}
}
/// <summary>Field number for the "NGKABPLAEGP" field.</summary>
public const int NGKABPLAEGPFieldNumber = 6;
private uint nGKABPLAEGP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NGKABPLAEGP {
get { return nGKABPLAEGP_; }
set {
nGKABPLAEGP_ = value;
}
}
/// <summary>Field number for the "KODGNCJFGEL" field.</summary>
public const int KODGNCJFGELFieldNumber = 12;
private uint kODGNCJFGEL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KODGNCJFGEL {
get { return kODGNCJFGEL_; }
set {
kODGNCJFGEL_ = value;
}
}
/// <summary>Field number for the "battle_id" field.</summary>
public const int BattleIdFieldNumber = 5;
private uint battleId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BattleId {
get { return battleId_; }
set {
battleId_ = 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 (IsRotate != other.IsRotate) return false;
if (KHGJLJHPLPM != other.KHGJLJHPLPM) return false;
if (ALBIGNGFBFO != other.ALBIGNGFBFO) return false;
if (PKEJEOEBBJG != other.PKEJEOEBBJG) return false;
if (PKIMFMOGBBI != other.PKIMFMOGBBI) return false;
if (NGKABPLAEGP != other.NGKABPLAEGP) return false;
if (KODGNCJFGEL != other.KODGNCJFGEL) return false;
if (BattleId != other.BattleId) 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 (IsRotate != false) hash ^= IsRotate.GetHashCode();
if (KHGJLJHPLPM != 0) hash ^= KHGJLJHPLPM.GetHashCode();
if (ALBIGNGFBFO != 0) hash ^= ALBIGNGFBFO.GetHashCode();
if (PKEJEOEBBJG != 0) hash ^= PKEJEOEBBJG.GetHashCode();
if (PKIMFMOGBBI != 0) hash ^= PKIMFMOGBBI.GetHashCode();
if (NGKABPLAEGP != 0) hash ^= NGKABPLAEGP.GetHashCode();
if (KODGNCJFGEL != 0) hash ^= KODGNCJFGEL.GetHashCode();
if (BattleId != 0) hash ^= BattleId.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 (KHGJLJHPLPM != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KHGJLJHPLPM);
}
if (ALBIGNGFBFO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ALBIGNGFBFO);
}
if (BattleId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(BattleId);
}
if (NGKABPLAEGP != 0) {
output.WriteRawTag(48);
output.WriteUInt32(NGKABPLAEGP);
}
if (PKIMFMOGBBI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PKIMFMOGBBI);
}
if (PKEJEOEBBJG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PKEJEOEBBJG);
}
if (KODGNCJFGEL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(KODGNCJFGEL);
}
if (IsRotate != false) {
output.WriteRawTag(120);
output.WriteBool(IsRotate);
}
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 (KHGJLJHPLPM != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KHGJLJHPLPM);
}
if (ALBIGNGFBFO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ALBIGNGFBFO);
}
if (BattleId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(BattleId);
}
if (NGKABPLAEGP != 0) {
output.WriteRawTag(48);
output.WriteUInt32(NGKABPLAEGP);
}
if (PKIMFMOGBBI != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PKIMFMOGBBI);
}
if (PKEJEOEBBJG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PKEJEOEBBJG);
}
if (KODGNCJFGEL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(KODGNCJFGEL);
}
if (IsRotate != false) {
output.WriteRawTag(120);
output.WriteBool(IsRotate);
}
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 (IsRotate != false) {
size += 1 + 1;
}
if (KHGJLJHPLPM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHGJLJHPLPM);
}
if (ALBIGNGFBFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ALBIGNGFBFO);
}
if (PKEJEOEBBJG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PKEJEOEBBJG);
}
if (PKIMFMOGBBI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PKIMFMOGBBI);
}
if (NGKABPLAEGP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NGKABPLAEGP);
}
if (KODGNCJFGEL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KODGNCJFGEL);
}
if (BattleId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleId);
}
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.IsRotate != false) {
IsRotate = other.IsRotate;
}
if (other.KHGJLJHPLPM != 0) {
KHGJLJHPLPM = other.KHGJLJHPLPM;
}
if (other.ALBIGNGFBFO != 0) {
ALBIGNGFBFO = other.ALBIGNGFBFO;
}
if (other.PKEJEOEBBJG != 0) {
PKEJEOEBBJG = other.PKEJEOEBBJG;
}
if (other.PKIMFMOGBBI != 0) {
PKIMFMOGBBI = other.PKIMFMOGBBI;
}
if (other.NGKABPLAEGP != 0) {
NGKABPLAEGP = other.NGKABPLAEGP;
}
if (other.KODGNCJFGEL != 0) {
KODGNCJFGEL = other.KODGNCJFGEL;
}
if (other.BattleId != 0) {
BattleId = other.BattleId;
}
_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: {
KHGJLJHPLPM = input.ReadUInt32();
break;
}
case 32: {
ALBIGNGFBFO = input.ReadUInt32();
break;
}
case 40: {
BattleId = input.ReadUInt32();
break;
}
case 48: {
NGKABPLAEGP = input.ReadUInt32();
break;
}
case 64: {
PKIMFMOGBBI = input.ReadUInt32();
break;
}
case 88: {
PKEJEOEBBJG = input.ReadUInt32();
break;
}
case 96: {
KODGNCJFGEL = input.ReadUInt32();
break;
}
case 120: {
IsRotate = input.ReadBool();
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: {
KHGJLJHPLPM = input.ReadUInt32();
break;
}
case 32: {
ALBIGNGFBFO = input.ReadUInt32();
break;
}
case 40: {
BattleId = input.ReadUInt32();
break;
}
case 48: {
NGKABPLAEGP = input.ReadUInt32();
break;
}
case 64: {
PKIMFMOGBBI = input.ReadUInt32();
break;
}
case 88: {
PKEJEOEBBJG = input.ReadUInt32();
break;
}
case 96: {
KODGNCJFGEL = input.ReadUInt32();
break;
}
case 120: {
IsRotate = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code