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

396 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueAeonInfo.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 ChessRogueAeonInfo.proto</summary>
public static partial class ChessRogueAeonInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueAeonInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueAeonInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aEUJBS1BJRExFSUZJLnByb3Rv",
"Gh1DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mby5wcm90byKrAQoSQ2hlc3NSb2d1",
"ZUFlb25JbmZvEhQKDGFlb25faWRfbGlzdBgFIAMoDRIUCgxnYW1lX2Flb25f",
"aWQYBiABKA0SMQoPY2hlc3NfYWVvbl9pbmZvGAogASgLMhguQ2hlc3NSb2d1",
"ZVF1ZXJ5QWVvbkluZm8SEwoLQ0NJSU1OTEFES0sYAyABKAUSIQoLUExBTk1Q",
"RUNMQUUYAiABKAsyDC5CQUtQSURMRUlGSUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BAKPIDLEIFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueAeonInfo), global::EggLink.DanhengServer.Proto.ChessRogueAeonInfo.Parser, new[]{ "AeonIdList", "GameAeonId", "ChessAeonInfo", "CCIIMNLADKK", "PLANMPECLAE" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChessRogueAeonInfo : pb::IMessage<ChessRogueAeonInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChessRogueAeonInfo> _parser = new pb::MessageParser<ChessRogueAeonInfo>(() => new ChessRogueAeonInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChessRogueAeonInfo> 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.ChessRogueAeonInfoReflection.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 ChessRogueAeonInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueAeonInfo(ChessRogueAeonInfo other) : this() {
aeonIdList_ = other.aeonIdList_.Clone();
gameAeonId_ = other.gameAeonId_;
chessAeonInfo_ = other.chessAeonInfo_ != null ? other.chessAeonInfo_.Clone() : null;
cCIIMNLADKK_ = other.cCIIMNLADKK_;
pLANMPECLAE_ = other.pLANMPECLAE_ != null ? other.pLANMPECLAE_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueAeonInfo Clone() {
return new ChessRogueAeonInfo(this);
}
/// <summary>Field number for the "aeon_id_list" field.</summary>
public const int AeonIdListFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_aeonIdList_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> aeonIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> AeonIdList {
get { return aeonIdList_; }
}
/// <summary>Field number for the "game_aeon_id" field.</summary>
public const int GameAeonIdFieldNumber = 6;
private uint gameAeonId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GameAeonId {
get { return gameAeonId_; }
set {
gameAeonId_ = value;
}
}
/// <summary>Field number for the "chess_aeon_info" field.</summary>
public const int ChessAeonInfoFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfo chessAeonInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfo ChessAeonInfo {
get { return chessAeonInfo_; }
set {
chessAeonInfo_ = value;
}
}
/// <summary>Field number for the "CCIIMNLADKK" field.</summary>
public const int CCIIMNLADKKFieldNumber = 3;
private int cCIIMNLADKK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CCIIMNLADKK {
get { return cCIIMNLADKK_; }
set {
cCIIMNLADKK_ = value;
}
}
/// <summary>Field number for the "PLANMPECLAE" field.</summary>
public const int PLANMPECLAEFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.BAKPIDLEIFI pLANMPECLAE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BAKPIDLEIFI PLANMPECLAE {
get { return pLANMPECLAE_; }
set {
pLANMPECLAE_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChessRogueAeonInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChessRogueAeonInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!aeonIdList_.Equals(other.aeonIdList_)) return false;
if (GameAeonId != other.GameAeonId) return false;
if (!object.Equals(ChessAeonInfo, other.ChessAeonInfo)) return false;
if (CCIIMNLADKK != other.CCIIMNLADKK) return false;
if (!object.Equals(PLANMPECLAE, other.PLANMPECLAE)) 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;
hash ^= aeonIdList_.GetHashCode();
if (GameAeonId != 0) hash ^= GameAeonId.GetHashCode();
if (chessAeonInfo_ != null) hash ^= ChessAeonInfo.GetHashCode();
if (CCIIMNLADKK != 0) hash ^= CCIIMNLADKK.GetHashCode();
if (pLANMPECLAE_ != null) hash ^= PLANMPECLAE.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 (pLANMPECLAE_ != null) {
output.WriteRawTag(18);
output.WriteMessage(PLANMPECLAE);
}
if (CCIIMNLADKK != 0) {
output.WriteRawTag(24);
output.WriteInt32(CCIIMNLADKK);
}
aeonIdList_.WriteTo(output, _repeated_aeonIdList_codec);
if (GameAeonId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(GameAeonId);
}
if (chessAeonInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ChessAeonInfo);
}
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 (pLANMPECLAE_ != null) {
output.WriteRawTag(18);
output.WriteMessage(PLANMPECLAE);
}
if (CCIIMNLADKK != 0) {
output.WriteRawTag(24);
output.WriteInt32(CCIIMNLADKK);
}
aeonIdList_.WriteTo(ref output, _repeated_aeonIdList_codec);
if (GameAeonId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(GameAeonId);
}
if (chessAeonInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ChessAeonInfo);
}
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;
size += aeonIdList_.CalculateSize(_repeated_aeonIdList_codec);
if (GameAeonId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameAeonId);
}
if (chessAeonInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChessAeonInfo);
}
if (CCIIMNLADKK != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(CCIIMNLADKK);
}
if (pLANMPECLAE_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PLANMPECLAE);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChessRogueAeonInfo other) {
if (other == null) {
return;
}
aeonIdList_.Add(other.aeonIdList_);
if (other.GameAeonId != 0) {
GameAeonId = other.GameAeonId;
}
if (other.chessAeonInfo_ != null) {
if (chessAeonInfo_ == null) {
ChessAeonInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfo();
}
ChessAeonInfo.MergeFrom(other.ChessAeonInfo);
}
if (other.CCIIMNLADKK != 0) {
CCIIMNLADKK = other.CCIIMNLADKK;
}
if (other.pLANMPECLAE_ != null) {
if (pLANMPECLAE_ == null) {
PLANMPECLAE = new global::EggLink.DanhengServer.Proto.BAKPIDLEIFI();
}
PLANMPECLAE.MergeFrom(other.PLANMPECLAE);
}
_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 18: {
if (pLANMPECLAE_ == null) {
PLANMPECLAE = new global::EggLink.DanhengServer.Proto.BAKPIDLEIFI();
}
input.ReadMessage(PLANMPECLAE);
break;
}
case 24: {
CCIIMNLADKK = input.ReadInt32();
break;
}
case 42:
case 40: {
aeonIdList_.AddEntriesFrom(input, _repeated_aeonIdList_codec);
break;
}
case 48: {
GameAeonId = input.ReadUInt32();
break;
}
case 82: {
if (chessAeonInfo_ == null) {
ChessAeonInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfo();
}
input.ReadMessage(ChessAeonInfo);
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 18: {
if (pLANMPECLAE_ == null) {
PLANMPECLAE = new global::EggLink.DanhengServer.Proto.BAKPIDLEIFI();
}
input.ReadMessage(PLANMPECLAE);
break;
}
case 24: {
CCIIMNLADKK = input.ReadInt32();
break;
}
case 42:
case 40: {
aeonIdList_.AddEntriesFrom(ref input, _repeated_aeonIdList_codec);
break;
}
case 48: {
GameAeonId = input.ReadUInt32();
break;
}
case 82: {
if (chessAeonInfo_ == null) {
ChessAeonInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfo();
}
input.ReadMessage(ChessAeonInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code