Files
DanhengServer-OpenSource/Proto/ChessRogueFinishInfo.cs
2024-11-16 10:25:29 +08:00

952 lines
35 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueFinishInfo.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 ChessRogueFinishInfo.proto</summary>
public static partial class ChessRogueFinishInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueFinishInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueFinishInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90",
"bxoZQ2hlc3NSb2d1ZVN0b3J5SW5mby5wcm90bxoaQ2hlc3NSb2d1ZVF1aXRS",
"ZWFzb24ucHJvdG8aDkl0ZW1MaXN0LnByb3RvGhRDaGVzc1JvZ3VlQnVmZi5w",
"cm90bxoXQ2hlc3NSb2d1ZU1pcmFjbGUucHJvdG8itQQKFENoZXNzUm9ndWVG",
"aW5pc2hJbmZvEioKC3F1aXRfcmVhc29uGAsgASgOMhUuQ2hlc3NSb2d1ZVF1",
"aXRSZWFzb24SEQoJaXNfZmluaXNoGAEgASgIEhQKC0JOTU5GRUtNQ05NGMMJ",
"IAEoDRIeCgtPRVBGR0hCQUpPTxgIIAEoCzIJLkl0ZW1MaXN0EiEKGWNoZXNz",
"X3JvZ3VlX21haW5fc3RvcnlfaWQYAiABKA0SIQoMcm9ndWVfbGluZXVwGAUg",
"ASgLMgsuTGluZXVwSW5mbxITCgtIQkxIUE9MRURHQRgKIAMoDRIYChBkaWZm",
"aWN1bHR5X2xldmVsGAMgASgNEhMKC0hMQ0RPQURFSUpJGAQgASgNEigKD3Jv",
"Z3VlX2J1ZmZfaW5mbxgNIAEoCzIPLkNoZXNzUm9ndWVCdWZmEhMKC0ZHR0pF",
"R0ZNTUFPGAkgASgNEi4KEHJvZ3VlX3N0b3J5X2luZm8YLiABKAsyFC5DaGVz",
"c1JvZ3VlU3RvcnlJbmZvEhMKC09BS0NIQkRORUlDGAcgASgNEhQKC0dFRlBK",
"S0dKTEVPGIoMIAEoDRItChFnYW1lX21pcmFjbGVfaW5mbxgPIAEoCzISLkNo",
"ZXNzUm9ndWVNaXJhY2xlEhEKCHNjb3JlX2lkGMABIAEoDRIUCgtITUdITUpM",
"TEhLQxjxCiABKA0SEwoLR0FGQ09ET1BBTUYYDCABKA0SFwoOcm9ndWVfc3Vi",
"X21vZGUYpwogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
"BnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo), global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo.Parser, new[]{ "QuitReason", "IsFinish", "BNMNFEKMCNM", "OEPFGHBAJOO", "ChessRogueMainStoryId", "RogueLineup", "HBLHPOLEDGA", "DifficultyLevel", "HLCDOADEIJI", "RogueBuffInfo", "FGGJEGFMMAO", "RogueStoryInfo", "OAKCHBDNEIC", "GEFPJKGJLEO", "GameMiracleInfo", "ScoreId", "HMGHMJLLHKC", "GAFCODOPAMF", "RogueSubMode" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChessRogueFinishInfo : pb::IMessage<ChessRogueFinishInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChessRogueFinishInfo> _parser = new pb::MessageParser<ChessRogueFinishInfo>(() => new ChessRogueFinishInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChessRogueFinishInfo> 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.ChessRogueFinishInfoReflection.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 ChessRogueFinishInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueFinishInfo(ChessRogueFinishInfo other) : this() {
quitReason_ = other.quitReason_;
isFinish_ = other.isFinish_;
bNMNFEKMCNM_ = other.bNMNFEKMCNM_;
oEPFGHBAJOO_ = other.oEPFGHBAJOO_ != null ? other.oEPFGHBAJOO_.Clone() : null;
chessRogueMainStoryId_ = other.chessRogueMainStoryId_;
rogueLineup_ = other.rogueLineup_ != null ? other.rogueLineup_.Clone() : null;
hBLHPOLEDGA_ = other.hBLHPOLEDGA_.Clone();
difficultyLevel_ = other.difficultyLevel_;
hLCDOADEIJI_ = other.hLCDOADEIJI_;
rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null;
fGGJEGFMMAO_ = other.fGGJEGFMMAO_;
rogueStoryInfo_ = other.rogueStoryInfo_ != null ? other.rogueStoryInfo_.Clone() : null;
oAKCHBDNEIC_ = other.oAKCHBDNEIC_;
gEFPJKGJLEO_ = other.gEFPJKGJLEO_;
gameMiracleInfo_ = other.gameMiracleInfo_ != null ? other.gameMiracleInfo_.Clone() : null;
scoreId_ = other.scoreId_;
hMGHMJLLHKC_ = other.hMGHMJLLHKC_;
gAFCODOPAMF_ = other.gAFCODOPAMF_;
rogueSubMode_ = other.rogueSubMode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueFinishInfo Clone() {
return new ChessRogueFinishInfo(this);
}
/// <summary>Field number for the "quit_reason" field.</summary>
public const int QuitReasonFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.ChessRogueQuitReason quitReason_ = global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueQuitReason QuitReason {
get { return quitReason_; }
set {
quitReason_ = value;
}
}
/// <summary>Field number for the "is_finish" field.</summary>
public const int IsFinishFieldNumber = 1;
private bool isFinish_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsFinish {
get { return isFinish_; }
set {
isFinish_ = value;
}
}
/// <summary>Field number for the "BNMNFEKMCNM" field.</summary>
public const int BNMNFEKMCNMFieldNumber = 1219;
private uint bNMNFEKMCNM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BNMNFEKMCNM {
get { return bNMNFEKMCNM_; }
set {
bNMNFEKMCNM_ = value;
}
}
/// <summary>Field number for the "OEPFGHBAJOO" field.</summary>
public const int OEPFGHBAJOOFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.ItemList oEPFGHBAJOO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList OEPFGHBAJOO {
get { return oEPFGHBAJOO_; }
set {
oEPFGHBAJOO_ = value;
}
}
/// <summary>Field number for the "chess_rogue_main_story_id" field.</summary>
public const int ChessRogueMainStoryIdFieldNumber = 2;
private uint chessRogueMainStoryId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ChessRogueMainStoryId {
get { return chessRogueMainStoryId_; }
set {
chessRogueMainStoryId_ = value;
}
}
/// <summary>Field number for the "rogue_lineup" field.</summary>
public const int RogueLineupFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.LineupInfo rogueLineup_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LineupInfo RogueLineup {
get { return rogueLineup_; }
set {
rogueLineup_ = value;
}
}
/// <summary>Field number for the "HBLHPOLEDGA" field.</summary>
public const int HBLHPOLEDGAFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_hBLHPOLEDGA_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> hBLHPOLEDGA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> HBLHPOLEDGA {
get { return hBLHPOLEDGA_; }
}
/// <summary>Field number for the "difficulty_level" field.</summary>
public const int DifficultyLevelFieldNumber = 3;
private uint difficultyLevel_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DifficultyLevel {
get { return difficultyLevel_; }
set {
difficultyLevel_ = value;
}
}
/// <summary>Field number for the "HLCDOADEIJI" field.</summary>
public const int HLCDOADEIJIFieldNumber = 4;
private uint hLCDOADEIJI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HLCDOADEIJI {
get { return hLCDOADEIJI_; }
set {
hLCDOADEIJI_ = value;
}
}
/// <summary>Field number for the "rogue_buff_info" field.</summary>
public const int RogueBuffInfoFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.ChessRogueBuff rogueBuffInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueBuff RogueBuffInfo {
get { return rogueBuffInfo_; }
set {
rogueBuffInfo_ = value;
}
}
/// <summary>Field number for the "FGGJEGFMMAO" field.</summary>
public const int FGGJEGFMMAOFieldNumber = 9;
private uint fGGJEGFMMAO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FGGJEGFMMAO {
get { return fGGJEGFMMAO_; }
set {
fGGJEGFMMAO_ = value;
}
}
/// <summary>Field number for the "rogue_story_info" field.</summary>
public const int RogueStoryInfoFieldNumber = 46;
private global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo rogueStoryInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo RogueStoryInfo {
get { return rogueStoryInfo_; }
set {
rogueStoryInfo_ = value;
}
}
/// <summary>Field number for the "OAKCHBDNEIC" field.</summary>
public const int OAKCHBDNEICFieldNumber = 7;
private uint oAKCHBDNEIC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OAKCHBDNEIC {
get { return oAKCHBDNEIC_; }
set {
oAKCHBDNEIC_ = value;
}
}
/// <summary>Field number for the "GEFPJKGJLEO" field.</summary>
public const int GEFPJKGJLEOFieldNumber = 1546;
private uint gEFPJKGJLEO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GEFPJKGJLEO {
get { return gEFPJKGJLEO_; }
set {
gEFPJKGJLEO_ = value;
}
}
/// <summary>Field number for the "game_miracle_info" field.</summary>
public const int GameMiracleInfoFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.ChessRogueMiracle gameMiracleInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueMiracle GameMiracleInfo {
get { return gameMiracleInfo_; }
set {
gameMiracleInfo_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 192;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "HMGHMJLLHKC" field.</summary>
public const int HMGHMJLLHKCFieldNumber = 1393;
private uint hMGHMJLLHKC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HMGHMJLLHKC {
get { return hMGHMJLLHKC_; }
set {
hMGHMJLLHKC_ = value;
}
}
/// <summary>Field number for the "GAFCODOPAMF" field.</summary>
public const int GAFCODOPAMFFieldNumber = 12;
private uint gAFCODOPAMF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GAFCODOPAMF {
get { return gAFCODOPAMF_; }
set {
gAFCODOPAMF_ = value;
}
}
/// <summary>Field number for the "rogue_sub_mode" field.</summary>
public const int RogueSubModeFieldNumber = 1319;
private uint rogueSubMode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RogueSubMode {
get { return rogueSubMode_; }
set {
rogueSubMode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChessRogueFinishInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChessRogueFinishInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (QuitReason != other.QuitReason) return false;
if (IsFinish != other.IsFinish) return false;
if (BNMNFEKMCNM != other.BNMNFEKMCNM) return false;
if (!object.Equals(OEPFGHBAJOO, other.OEPFGHBAJOO)) return false;
if (ChessRogueMainStoryId != other.ChessRogueMainStoryId) return false;
if (!object.Equals(RogueLineup, other.RogueLineup)) return false;
if(!hBLHPOLEDGA_.Equals(other.hBLHPOLEDGA_)) return false;
if (DifficultyLevel != other.DifficultyLevel) return false;
if (HLCDOADEIJI != other.HLCDOADEIJI) return false;
if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false;
if (FGGJEGFMMAO != other.FGGJEGFMMAO) return false;
if (!object.Equals(RogueStoryInfo, other.RogueStoryInfo)) return false;
if (OAKCHBDNEIC != other.OAKCHBDNEIC) return false;
if (GEFPJKGJLEO != other.GEFPJKGJLEO) return false;
if (!object.Equals(GameMiracleInfo, other.GameMiracleInfo)) return false;
if (ScoreId != other.ScoreId) return false;
if (HMGHMJLLHKC != other.HMGHMJLLHKC) return false;
if (GAFCODOPAMF != other.GAFCODOPAMF) return false;
if (RogueSubMode != other.RogueSubMode) 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 (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) hash ^= QuitReason.GetHashCode();
if (IsFinish != false) hash ^= IsFinish.GetHashCode();
if (BNMNFEKMCNM != 0) hash ^= BNMNFEKMCNM.GetHashCode();
if (oEPFGHBAJOO_ != null) hash ^= OEPFGHBAJOO.GetHashCode();
if (ChessRogueMainStoryId != 0) hash ^= ChessRogueMainStoryId.GetHashCode();
if (rogueLineup_ != null) hash ^= RogueLineup.GetHashCode();
hash ^= hBLHPOLEDGA_.GetHashCode();
if (DifficultyLevel != 0) hash ^= DifficultyLevel.GetHashCode();
if (HLCDOADEIJI != 0) hash ^= HLCDOADEIJI.GetHashCode();
if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode();
if (FGGJEGFMMAO != 0) hash ^= FGGJEGFMMAO.GetHashCode();
if (rogueStoryInfo_ != null) hash ^= RogueStoryInfo.GetHashCode();
if (OAKCHBDNEIC != 0) hash ^= OAKCHBDNEIC.GetHashCode();
if (GEFPJKGJLEO != 0) hash ^= GEFPJKGJLEO.GetHashCode();
if (gameMiracleInfo_ != null) hash ^= GameMiracleInfo.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (HMGHMJLLHKC != 0) hash ^= HMGHMJLLHKC.GetHashCode();
if (GAFCODOPAMF != 0) hash ^= GAFCODOPAMF.GetHashCode();
if (RogueSubMode != 0) hash ^= RogueSubMode.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 (IsFinish != false) {
output.WriteRawTag(8);
output.WriteBool(IsFinish);
}
if (ChessRogueMainStoryId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(ChessRogueMainStoryId);
}
if (DifficultyLevel != 0) {
output.WriteRawTag(24);
output.WriteUInt32(DifficultyLevel);
}
if (HLCDOADEIJI != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLCDOADEIJI);
}
if (rogueLineup_ != null) {
output.WriteRawTag(42);
output.WriteMessage(RogueLineup);
}
if (OAKCHBDNEIC != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OAKCHBDNEIC);
}
if (oEPFGHBAJOO_ != null) {
output.WriteRawTag(66);
output.WriteMessage(OEPFGHBAJOO);
}
if (FGGJEGFMMAO != 0) {
output.WriteRawTag(72);
output.WriteUInt32(FGGJEGFMMAO);
}
hBLHPOLEDGA_.WriteTo(output, _repeated_hBLHPOLEDGA_codec);
if (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
output.WriteRawTag(88);
output.WriteEnum((int) QuitReason);
}
if (GAFCODOPAMF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(GAFCODOPAMF);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(RogueBuffInfo);
}
if (gameMiracleInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(GameMiracleInfo);
}
if (rogueStoryInfo_ != null) {
output.WriteRawTag(242, 2);
output.WriteMessage(RogueStoryInfo);
}
if (ScoreId != 0) {
output.WriteRawTag(128, 12);
output.WriteUInt32(ScoreId);
}
if (BNMNFEKMCNM != 0) {
output.WriteRawTag(152, 76);
output.WriteUInt32(BNMNFEKMCNM);
}
if (RogueSubMode != 0) {
output.WriteRawTag(184, 82);
output.WriteUInt32(RogueSubMode);
}
if (HMGHMJLLHKC != 0) {
output.WriteRawTag(136, 87);
output.WriteUInt32(HMGHMJLLHKC);
}
if (GEFPJKGJLEO != 0) {
output.WriteRawTag(208, 96);
output.WriteUInt32(GEFPJKGJLEO);
}
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 (IsFinish != false) {
output.WriteRawTag(8);
output.WriteBool(IsFinish);
}
if (ChessRogueMainStoryId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(ChessRogueMainStoryId);
}
if (DifficultyLevel != 0) {
output.WriteRawTag(24);
output.WriteUInt32(DifficultyLevel);
}
if (HLCDOADEIJI != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLCDOADEIJI);
}
if (rogueLineup_ != null) {
output.WriteRawTag(42);
output.WriteMessage(RogueLineup);
}
if (OAKCHBDNEIC != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OAKCHBDNEIC);
}
if (oEPFGHBAJOO_ != null) {
output.WriteRawTag(66);
output.WriteMessage(OEPFGHBAJOO);
}
if (FGGJEGFMMAO != 0) {
output.WriteRawTag(72);
output.WriteUInt32(FGGJEGFMMAO);
}
hBLHPOLEDGA_.WriteTo(ref output, _repeated_hBLHPOLEDGA_codec);
if (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
output.WriteRawTag(88);
output.WriteEnum((int) QuitReason);
}
if (GAFCODOPAMF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(GAFCODOPAMF);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(RogueBuffInfo);
}
if (gameMiracleInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(GameMiracleInfo);
}
if (rogueStoryInfo_ != null) {
output.WriteRawTag(242, 2);
output.WriteMessage(RogueStoryInfo);
}
if (ScoreId != 0) {
output.WriteRawTag(128, 12);
output.WriteUInt32(ScoreId);
}
if (BNMNFEKMCNM != 0) {
output.WriteRawTag(152, 76);
output.WriteUInt32(BNMNFEKMCNM);
}
if (RogueSubMode != 0) {
output.WriteRawTag(184, 82);
output.WriteUInt32(RogueSubMode);
}
if (HMGHMJLLHKC != 0) {
output.WriteRawTag(136, 87);
output.WriteUInt32(HMGHMJLLHKC);
}
if (GEFPJKGJLEO != 0) {
output.WriteRawTag(208, 96);
output.WriteUInt32(GEFPJKGJLEO);
}
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 (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) QuitReason);
}
if (IsFinish != false) {
size += 1 + 1;
}
if (BNMNFEKMCNM != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(BNMNFEKMCNM);
}
if (oEPFGHBAJOO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(OEPFGHBAJOO);
}
if (ChessRogueMainStoryId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChessRogueMainStoryId);
}
if (rogueLineup_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueLineup);
}
size += hBLHPOLEDGA_.CalculateSize(_repeated_hBLHPOLEDGA_codec);
if (DifficultyLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DifficultyLevel);
}
if (HLCDOADEIJI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLCDOADEIJI);
}
if (rogueBuffInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo);
}
if (FGGJEGFMMAO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGGJEGFMMAO);
}
if (rogueStoryInfo_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueStoryInfo);
}
if (OAKCHBDNEIC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OAKCHBDNEIC);
}
if (GEFPJKGJLEO != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(GEFPJKGJLEO);
}
if (gameMiracleInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMiracleInfo);
}
if (ScoreId != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (HMGHMJLLHKC != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(HMGHMJLLHKC);
}
if (GAFCODOPAMF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GAFCODOPAMF);
}
if (RogueSubMode != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(RogueSubMode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChessRogueFinishInfo other) {
if (other == null) {
return;
}
if (other.QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
QuitReason = other.QuitReason;
}
if (other.IsFinish != false) {
IsFinish = other.IsFinish;
}
if (other.BNMNFEKMCNM != 0) {
BNMNFEKMCNM = other.BNMNFEKMCNM;
}
if (other.oEPFGHBAJOO_ != null) {
if (oEPFGHBAJOO_ == null) {
OEPFGHBAJOO = new global::EggLink.DanhengServer.Proto.ItemList();
}
OEPFGHBAJOO.MergeFrom(other.OEPFGHBAJOO);
}
if (other.ChessRogueMainStoryId != 0) {
ChessRogueMainStoryId = other.ChessRogueMainStoryId;
}
if (other.rogueLineup_ != null) {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
RogueLineup.MergeFrom(other.RogueLineup);
}
hBLHPOLEDGA_.Add(other.hBLHPOLEDGA_);
if (other.DifficultyLevel != 0) {
DifficultyLevel = other.DifficultyLevel;
}
if (other.HLCDOADEIJI != 0) {
HLCDOADEIJI = other.HLCDOADEIJI;
}
if (other.rogueBuffInfo_ != null) {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
RogueBuffInfo.MergeFrom(other.RogueBuffInfo);
}
if (other.FGGJEGFMMAO != 0) {
FGGJEGFMMAO = other.FGGJEGFMMAO;
}
if (other.rogueStoryInfo_ != null) {
if (rogueStoryInfo_ == null) {
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
}
RogueStoryInfo.MergeFrom(other.RogueStoryInfo);
}
if (other.OAKCHBDNEIC != 0) {
OAKCHBDNEIC = other.OAKCHBDNEIC;
}
if (other.GEFPJKGJLEO != 0) {
GEFPJKGJLEO = other.GEFPJKGJLEO;
}
if (other.gameMiracleInfo_ != null) {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
GameMiracleInfo.MergeFrom(other.GameMiracleInfo);
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.HMGHMJLLHKC != 0) {
HMGHMJLLHKC = other.HMGHMJLLHKC;
}
if (other.GAFCODOPAMF != 0) {
GAFCODOPAMF = other.GAFCODOPAMF;
}
if (other.RogueSubMode != 0) {
RogueSubMode = other.RogueSubMode;
}
_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: {
IsFinish = input.ReadBool();
break;
}
case 16: {
ChessRogueMainStoryId = input.ReadUInt32();
break;
}
case 24: {
DifficultyLevel = input.ReadUInt32();
break;
}
case 32: {
HLCDOADEIJI = input.ReadUInt32();
break;
}
case 42: {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
input.ReadMessage(RogueLineup);
break;
}
case 56: {
OAKCHBDNEIC = input.ReadUInt32();
break;
}
case 66: {
if (oEPFGHBAJOO_ == null) {
OEPFGHBAJOO = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(OEPFGHBAJOO);
break;
}
case 72: {
FGGJEGFMMAO = input.ReadUInt32();
break;
}
case 82:
case 80: {
hBLHPOLEDGA_.AddEntriesFrom(input, _repeated_hBLHPOLEDGA_codec);
break;
}
case 88: {
QuitReason = (global::EggLink.DanhengServer.Proto.ChessRogueQuitReason) input.ReadEnum();
break;
}
case 96: {
GAFCODOPAMF = input.ReadUInt32();
break;
}
case 106: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 122: {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(GameMiracleInfo);
break;
}
case 370: {
if (rogueStoryInfo_ == null) {
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
}
input.ReadMessage(RogueStoryInfo);
break;
}
case 1536: {
ScoreId = input.ReadUInt32();
break;
}
case 9752: {
BNMNFEKMCNM = input.ReadUInt32();
break;
}
case 10552: {
RogueSubMode = input.ReadUInt32();
break;
}
case 11144: {
HMGHMJLLHKC = input.ReadUInt32();
break;
}
case 12368: {
GEFPJKGJLEO = 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: {
IsFinish = input.ReadBool();
break;
}
case 16: {
ChessRogueMainStoryId = input.ReadUInt32();
break;
}
case 24: {
DifficultyLevel = input.ReadUInt32();
break;
}
case 32: {
HLCDOADEIJI = input.ReadUInt32();
break;
}
case 42: {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
input.ReadMessage(RogueLineup);
break;
}
case 56: {
OAKCHBDNEIC = input.ReadUInt32();
break;
}
case 66: {
if (oEPFGHBAJOO_ == null) {
OEPFGHBAJOO = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(OEPFGHBAJOO);
break;
}
case 72: {
FGGJEGFMMAO = input.ReadUInt32();
break;
}
case 82:
case 80: {
hBLHPOLEDGA_.AddEntriesFrom(ref input, _repeated_hBLHPOLEDGA_codec);
break;
}
case 88: {
QuitReason = (global::EggLink.DanhengServer.Proto.ChessRogueQuitReason) input.ReadEnum();
break;
}
case 96: {
GAFCODOPAMF = input.ReadUInt32();
break;
}
case 106: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 122: {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(GameMiracleInfo);
break;
}
case 370: {
if (rogueStoryInfo_ == null) {
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
}
input.ReadMessage(RogueStoryInfo);
break;
}
case 1536: {
ScoreId = input.ReadUInt32();
break;
}
case 9752: {
BNMNFEKMCNM = input.ReadUInt32();
break;
}
case 10552: {
RogueSubMode = input.ReadUInt32();
break;
}
case 11144: {
HMGHMJLLHKC = input.ReadUInt32();
break;
}
case 12368: {
GEFPJKGJLEO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code