Files
DanhengServer-OpenSource/Proto/ChessRogueFinishInfo.cs

951 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(
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUJ1ZmYu",
"cHJvdG8aEUpQRkVDSExISEVOLnByb3RvGhdDaGVzc1JvZ3VlTWlyYWNsZS5w",
"cm90bxoOSXRlbUxpc3QucHJvdG8aEExpbmV1cEluZm8ucHJvdG8aGkNoZXNz",
"Um9ndWVRdWl0UmVhc29uLnByb3RvIqsEChRDaGVzc1JvZ3VlRmluaXNoSW5m",
"bxIqCgtxdWl0X3JlYXNvbhgOIAEoDjIVLkNoZXNzUm9ndWVRdWl0UmVhc29u",
"EhQKC0xFQkVDRUZNREpOGOkIIAEoDRIhCgxyb2d1ZV9saW5ldXAYCiABKAsy",
"Cy5MaW5ldXBJbmZvEigKD3JvZ3VlX2J1ZmZfaW5mbxgHIAEoCzIPLkNoZXNz",
"Um9ndWVCdWZmEhcKDnJvZ3VlX3N1Yl9tb2RlGN4GIAEoDRITCgtISE1GSURL",
"Rk5OSRgFIAMoDRITCgtlbmRfYXJlYV9pZBgBIAEoDRIUCgtDTkNBT0xFREJE",
"SRipDSABKA0SFQoNbGFzdF9sYXllcl9pZBgCIAEoDRIeCgtFUEdKQ01OQklQ",
"ShgDIAEoCzIJLkl0ZW1MaXN0EhgKEGRpZmZpY3VsdHlfbGV2ZWwYCyABKA0S",
"EQoIc2NvcmVfaWQY1AMgASgNEi0KEWdhbWVfbWlyYWNsZV9pbmZvGAwgASgL",
"MhIuQ2hlc3NSb2d1ZU1pcmFjbGUSEwoLRE9EUEJORktLRUwYBiABKA0SEwoL",
"T0xNQlBMQUlNTFAYDyABKA0SFAoLQklPSElCRERERkcYkAcgASgNEhEKCWlz",
"X2ZpbmlzaBgEIAEoCBIiCgtOS0dLRE1GSEdGShjiCSABKAsyDC5KUEZFQ0hM",
"SEhFThIhChljaGVzc19yb2d1ZV9tYWluX3N0b3J5X2lkGAkgASgNQh6qAhtF",
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.JPFECHLHHENReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.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", "LEBECEFMDJN", "RogueLineup", "RogueBuffInfo", "RogueSubMode", "HHMFIDKFNNI", "EndAreaId", "CNCAOLEDBDI", "LastLayerId", "EPGJCMNBIPJ", "DifficultyLevel", "ScoreId", "GameMiracleInfo", "DODPBNFKKEL", "OLMBPLAIMLP", "BIOHIBDDDFG", "IsFinish", "NKGKDMFHGFJ", "ChessRogueMainStoryId" }, 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_;
lEBECEFMDJN_ = other.lEBECEFMDJN_;
rogueLineup_ = other.rogueLineup_ != null ? other.rogueLineup_.Clone() : null;
rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null;
rogueSubMode_ = other.rogueSubMode_;
hHMFIDKFNNI_ = other.hHMFIDKFNNI_.Clone();
endAreaId_ = other.endAreaId_;
cNCAOLEDBDI_ = other.cNCAOLEDBDI_;
lastLayerId_ = other.lastLayerId_;
ePGJCMNBIPJ_ = other.ePGJCMNBIPJ_ != null ? other.ePGJCMNBIPJ_.Clone() : null;
difficultyLevel_ = other.difficultyLevel_;
scoreId_ = other.scoreId_;
gameMiracleInfo_ = other.gameMiracleInfo_ != null ? other.gameMiracleInfo_.Clone() : null;
dODPBNFKKEL_ = other.dODPBNFKKEL_;
oLMBPLAIMLP_ = other.oLMBPLAIMLP_;
bIOHIBDDDFG_ = other.bIOHIBDDDFG_;
isFinish_ = other.isFinish_;
nKGKDMFHGFJ_ = other.nKGKDMFHGFJ_ != null ? other.nKGKDMFHGFJ_.Clone() : null;
chessRogueMainStoryId_ = other.chessRogueMainStoryId_;
_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 = 14;
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 "LEBECEFMDJN" field.</summary>
public const int LEBECEFMDJNFieldNumber = 1129;
private uint lEBECEFMDJN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LEBECEFMDJN {
get { return lEBECEFMDJN_; }
set {
lEBECEFMDJN_ = value;
}
}
/// <summary>Field number for the "rogue_lineup" field.</summary>
public const int RogueLineupFieldNumber = 10;
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 "rogue_buff_info" field.</summary>
public const int RogueBuffInfoFieldNumber = 7;
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 "rogue_sub_mode" field.</summary>
public const int RogueSubModeFieldNumber = 862;
private uint rogueSubMode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RogueSubMode {
get { return rogueSubMode_; }
set {
rogueSubMode_ = value;
}
}
/// <summary>Field number for the "HHMFIDKFNNI" field.</summary>
public const int HHMFIDKFNNIFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_hHMFIDKFNNI_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> hHMFIDKFNNI_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> HHMFIDKFNNI {
get { return hHMFIDKFNNI_; }
}
/// <summary>Field number for the "end_area_id" field.</summary>
public const int EndAreaIdFieldNumber = 1;
private uint endAreaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EndAreaId {
get { return endAreaId_; }
set {
endAreaId_ = value;
}
}
/// <summary>Field number for the "CNCAOLEDBDI" field.</summary>
public const int CNCAOLEDBDIFieldNumber = 1705;
private uint cNCAOLEDBDI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CNCAOLEDBDI {
get { return cNCAOLEDBDI_; }
set {
cNCAOLEDBDI_ = value;
}
}
/// <summary>Field number for the "last_layer_id" field.</summary>
public const int LastLayerIdFieldNumber = 2;
private uint lastLayerId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LastLayerId {
get { return lastLayerId_; }
set {
lastLayerId_ = value;
}
}
/// <summary>Field number for the "EPGJCMNBIPJ" field.</summary>
public const int EPGJCMNBIPJFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.ItemList ePGJCMNBIPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList EPGJCMNBIPJ {
get { return ePGJCMNBIPJ_; }
set {
ePGJCMNBIPJ_ = value;
}
}
/// <summary>Field number for the "difficulty_level" field.</summary>
public const int DifficultyLevelFieldNumber = 11;
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 "score_id" field.</summary>
public const int ScoreIdFieldNumber = 468;
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 "game_miracle_info" field.</summary>
public const int GameMiracleInfoFieldNumber = 12;
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 "DODPBNFKKEL" field.</summary>
public const int DODPBNFKKELFieldNumber = 6;
private uint dODPBNFKKEL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DODPBNFKKEL {
get { return dODPBNFKKEL_; }
set {
dODPBNFKKEL_ = value;
}
}
/// <summary>Field number for the "OLMBPLAIMLP" field.</summary>
public const int OLMBPLAIMLPFieldNumber = 15;
private uint oLMBPLAIMLP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OLMBPLAIMLP {
get { return oLMBPLAIMLP_; }
set {
oLMBPLAIMLP_ = value;
}
}
/// <summary>Field number for the "BIOHIBDDDFG" field.</summary>
public const int BIOHIBDDDFGFieldNumber = 912;
private uint bIOHIBDDDFG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BIOHIBDDDFG {
get { return bIOHIBDDDFG_; }
set {
bIOHIBDDDFG_ = value;
}
}
/// <summary>Field number for the "is_finish" field.</summary>
public const int IsFinishFieldNumber = 4;
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 "NKGKDMFHGFJ" field.</summary>
public const int NKGKDMFHGFJFieldNumber = 1250;
private global::EggLink.DanhengServer.Proto.JPFECHLHHEN nKGKDMFHGFJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.JPFECHLHHEN NKGKDMFHGFJ {
get { return nKGKDMFHGFJ_; }
set {
nKGKDMFHGFJ_ = value;
}
}
/// <summary>Field number for the "chess_rogue_main_story_id" field.</summary>
public const int ChessRogueMainStoryIdFieldNumber = 9;
private uint chessRogueMainStoryId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ChessRogueMainStoryId {
get { return chessRogueMainStoryId_; }
set {
chessRogueMainStoryId_ = 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 (LEBECEFMDJN != other.LEBECEFMDJN) return false;
if (!object.Equals(RogueLineup, other.RogueLineup)) return false;
if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false;
if (RogueSubMode != other.RogueSubMode) return false;
if(!hHMFIDKFNNI_.Equals(other.hHMFIDKFNNI_)) return false;
if (EndAreaId != other.EndAreaId) return false;
if (CNCAOLEDBDI != other.CNCAOLEDBDI) return false;
if (LastLayerId != other.LastLayerId) return false;
if (!object.Equals(EPGJCMNBIPJ, other.EPGJCMNBIPJ)) return false;
if (DifficultyLevel != other.DifficultyLevel) return false;
if (ScoreId != other.ScoreId) return false;
if (!object.Equals(GameMiracleInfo, other.GameMiracleInfo)) return false;
if (DODPBNFKKEL != other.DODPBNFKKEL) return false;
if (OLMBPLAIMLP != other.OLMBPLAIMLP) return false;
if (BIOHIBDDDFG != other.BIOHIBDDDFG) return false;
if (IsFinish != other.IsFinish) return false;
if (!object.Equals(NKGKDMFHGFJ, other.NKGKDMFHGFJ)) return false;
if (ChessRogueMainStoryId != other.ChessRogueMainStoryId) 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 (LEBECEFMDJN != 0) hash ^= LEBECEFMDJN.GetHashCode();
if (rogueLineup_ != null) hash ^= RogueLineup.GetHashCode();
if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode();
if (RogueSubMode != 0) hash ^= RogueSubMode.GetHashCode();
hash ^= hHMFIDKFNNI_.GetHashCode();
if (EndAreaId != 0) hash ^= EndAreaId.GetHashCode();
if (CNCAOLEDBDI != 0) hash ^= CNCAOLEDBDI.GetHashCode();
if (LastLayerId != 0) hash ^= LastLayerId.GetHashCode();
if (ePGJCMNBIPJ_ != null) hash ^= EPGJCMNBIPJ.GetHashCode();
if (DifficultyLevel != 0) hash ^= DifficultyLevel.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (gameMiracleInfo_ != null) hash ^= GameMiracleInfo.GetHashCode();
if (DODPBNFKKEL != 0) hash ^= DODPBNFKKEL.GetHashCode();
if (OLMBPLAIMLP != 0) hash ^= OLMBPLAIMLP.GetHashCode();
if (BIOHIBDDDFG != 0) hash ^= BIOHIBDDDFG.GetHashCode();
if (IsFinish != false) hash ^= IsFinish.GetHashCode();
if (nKGKDMFHGFJ_ != null) hash ^= NKGKDMFHGFJ.GetHashCode();
if (ChessRogueMainStoryId != 0) hash ^= ChessRogueMainStoryId.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 (EndAreaId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(EndAreaId);
}
if (LastLayerId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(LastLayerId);
}
if (ePGJCMNBIPJ_ != null) {
output.WriteRawTag(26);
output.WriteMessage(EPGJCMNBIPJ);
}
if (IsFinish != false) {
output.WriteRawTag(32);
output.WriteBool(IsFinish);
}
hHMFIDKFNNI_.WriteTo(output, _repeated_hHMFIDKFNNI_codec);
if (DODPBNFKKEL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DODPBNFKKEL);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(RogueBuffInfo);
}
if (ChessRogueMainStoryId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ChessRogueMainStoryId);
}
if (rogueLineup_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RogueLineup);
}
if (DifficultyLevel != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DifficultyLevel);
}
if (gameMiracleInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GameMiracleInfo);
}
if (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
output.WriteRawTag(112);
output.WriteEnum((int) QuitReason);
}
if (OLMBPLAIMLP != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OLMBPLAIMLP);
}
if (ScoreId != 0) {
output.WriteRawTag(160, 29);
output.WriteUInt32(ScoreId);
}
if (RogueSubMode != 0) {
output.WriteRawTag(240, 53);
output.WriteUInt32(RogueSubMode);
}
if (BIOHIBDDDFG != 0) {
output.WriteRawTag(128, 57);
output.WriteUInt32(BIOHIBDDDFG);
}
if (LEBECEFMDJN != 0) {
output.WriteRawTag(200, 70);
output.WriteUInt32(LEBECEFMDJN);
}
if (nKGKDMFHGFJ_ != null) {
output.WriteRawTag(146, 78);
output.WriteMessage(NKGKDMFHGFJ);
}
if (CNCAOLEDBDI != 0) {
output.WriteRawTag(200, 106);
output.WriteUInt32(CNCAOLEDBDI);
}
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 (EndAreaId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(EndAreaId);
}
if (LastLayerId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(LastLayerId);
}
if (ePGJCMNBIPJ_ != null) {
output.WriteRawTag(26);
output.WriteMessage(EPGJCMNBIPJ);
}
if (IsFinish != false) {
output.WriteRawTag(32);
output.WriteBool(IsFinish);
}
hHMFIDKFNNI_.WriteTo(ref output, _repeated_hHMFIDKFNNI_codec);
if (DODPBNFKKEL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DODPBNFKKEL);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(RogueBuffInfo);
}
if (ChessRogueMainStoryId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ChessRogueMainStoryId);
}
if (rogueLineup_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RogueLineup);
}
if (DifficultyLevel != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DifficultyLevel);
}
if (gameMiracleInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GameMiracleInfo);
}
if (QuitReason != global::EggLink.DanhengServer.Proto.ChessRogueQuitReason.ChessRogueAccountByNone) {
output.WriteRawTag(112);
output.WriteEnum((int) QuitReason);
}
if (OLMBPLAIMLP != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OLMBPLAIMLP);
}
if (ScoreId != 0) {
output.WriteRawTag(160, 29);
output.WriteUInt32(ScoreId);
}
if (RogueSubMode != 0) {
output.WriteRawTag(240, 53);
output.WriteUInt32(RogueSubMode);
}
if (BIOHIBDDDFG != 0) {
output.WriteRawTag(128, 57);
output.WriteUInt32(BIOHIBDDDFG);
}
if (LEBECEFMDJN != 0) {
output.WriteRawTag(200, 70);
output.WriteUInt32(LEBECEFMDJN);
}
if (nKGKDMFHGFJ_ != null) {
output.WriteRawTag(146, 78);
output.WriteMessage(NKGKDMFHGFJ);
}
if (CNCAOLEDBDI != 0) {
output.WriteRawTag(200, 106);
output.WriteUInt32(CNCAOLEDBDI);
}
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 (LEBECEFMDJN != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(LEBECEFMDJN);
}
if (rogueLineup_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueLineup);
}
if (rogueBuffInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo);
}
if (RogueSubMode != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(RogueSubMode);
}
size += hHMFIDKFNNI_.CalculateSize(_repeated_hHMFIDKFNNI_codec);
if (EndAreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EndAreaId);
}
if (CNCAOLEDBDI != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CNCAOLEDBDI);
}
if (LastLayerId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LastLayerId);
}
if (ePGJCMNBIPJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EPGJCMNBIPJ);
}
if (DifficultyLevel != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DifficultyLevel);
}
if (ScoreId != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (gameMiracleInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMiracleInfo);
}
if (DODPBNFKKEL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DODPBNFKKEL);
}
if (OLMBPLAIMLP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OLMBPLAIMLP);
}
if (BIOHIBDDDFG != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(BIOHIBDDDFG);
}
if (IsFinish != false) {
size += 1 + 1;
}
if (nKGKDMFHGFJ_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(NKGKDMFHGFJ);
}
if (ChessRogueMainStoryId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChessRogueMainStoryId);
}
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.LEBECEFMDJN != 0) {
LEBECEFMDJN = other.LEBECEFMDJN;
}
if (other.rogueLineup_ != null) {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
RogueLineup.MergeFrom(other.RogueLineup);
}
if (other.rogueBuffInfo_ != null) {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
RogueBuffInfo.MergeFrom(other.RogueBuffInfo);
}
if (other.RogueSubMode != 0) {
RogueSubMode = other.RogueSubMode;
}
hHMFIDKFNNI_.Add(other.hHMFIDKFNNI_);
if (other.EndAreaId != 0) {
EndAreaId = other.EndAreaId;
}
if (other.CNCAOLEDBDI != 0) {
CNCAOLEDBDI = other.CNCAOLEDBDI;
}
if (other.LastLayerId != 0) {
LastLayerId = other.LastLayerId;
}
if (other.ePGJCMNBIPJ_ != null) {
if (ePGJCMNBIPJ_ == null) {
EPGJCMNBIPJ = new global::EggLink.DanhengServer.Proto.ItemList();
}
EPGJCMNBIPJ.MergeFrom(other.EPGJCMNBIPJ);
}
if (other.DifficultyLevel != 0) {
DifficultyLevel = other.DifficultyLevel;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.gameMiracleInfo_ != null) {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
GameMiracleInfo.MergeFrom(other.GameMiracleInfo);
}
if (other.DODPBNFKKEL != 0) {
DODPBNFKKEL = other.DODPBNFKKEL;
}
if (other.OLMBPLAIMLP != 0) {
OLMBPLAIMLP = other.OLMBPLAIMLP;
}
if (other.BIOHIBDDDFG != 0) {
BIOHIBDDDFG = other.BIOHIBDDDFG;
}
if (other.IsFinish != false) {
IsFinish = other.IsFinish;
}
if (other.nKGKDMFHGFJ_ != null) {
if (nKGKDMFHGFJ_ == null) {
NKGKDMFHGFJ = new global::EggLink.DanhengServer.Proto.JPFECHLHHEN();
}
NKGKDMFHGFJ.MergeFrom(other.NKGKDMFHGFJ);
}
if (other.ChessRogueMainStoryId != 0) {
ChessRogueMainStoryId = other.ChessRogueMainStoryId;
}
_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: {
EndAreaId = input.ReadUInt32();
break;
}
case 16: {
LastLayerId = input.ReadUInt32();
break;
}
case 26: {
if (ePGJCMNBIPJ_ == null) {
EPGJCMNBIPJ = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(EPGJCMNBIPJ);
break;
}
case 32: {
IsFinish = input.ReadBool();
break;
}
case 42:
case 40: {
hHMFIDKFNNI_.AddEntriesFrom(input, _repeated_hHMFIDKFNNI_codec);
break;
}
case 48: {
DODPBNFKKEL = input.ReadUInt32();
break;
}
case 58: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 72: {
ChessRogueMainStoryId = input.ReadUInt32();
break;
}
case 82: {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
input.ReadMessage(RogueLineup);
break;
}
case 88: {
DifficultyLevel = input.ReadUInt32();
break;
}
case 98: {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(GameMiracleInfo);
break;
}
case 112: {
QuitReason = (global::EggLink.DanhengServer.Proto.ChessRogueQuitReason) input.ReadEnum();
break;
}
case 120: {
OLMBPLAIMLP = input.ReadUInt32();
break;
}
case 3744: {
ScoreId = input.ReadUInt32();
break;
}
case 6896: {
RogueSubMode = input.ReadUInt32();
break;
}
case 7296: {
BIOHIBDDDFG = input.ReadUInt32();
break;
}
case 9032: {
LEBECEFMDJN = input.ReadUInt32();
break;
}
case 10002: {
if (nKGKDMFHGFJ_ == null) {
NKGKDMFHGFJ = new global::EggLink.DanhengServer.Proto.JPFECHLHHEN();
}
input.ReadMessage(NKGKDMFHGFJ);
break;
}
case 13640: {
CNCAOLEDBDI = 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: {
EndAreaId = input.ReadUInt32();
break;
}
case 16: {
LastLayerId = input.ReadUInt32();
break;
}
case 26: {
if (ePGJCMNBIPJ_ == null) {
EPGJCMNBIPJ = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(EPGJCMNBIPJ);
break;
}
case 32: {
IsFinish = input.ReadBool();
break;
}
case 42:
case 40: {
hHMFIDKFNNI_.AddEntriesFrom(ref input, _repeated_hHMFIDKFNNI_codec);
break;
}
case 48: {
DODPBNFKKEL = input.ReadUInt32();
break;
}
case 58: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 72: {
ChessRogueMainStoryId = input.ReadUInt32();
break;
}
case 82: {
if (rogueLineup_ == null) {
RogueLineup = new global::EggLink.DanhengServer.Proto.LineupInfo();
}
input.ReadMessage(RogueLineup);
break;
}
case 88: {
DifficultyLevel = input.ReadUInt32();
break;
}
case 98: {
if (gameMiracleInfo_ == null) {
GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(GameMiracleInfo);
break;
}
case 112: {
QuitReason = (global::EggLink.DanhengServer.Proto.ChessRogueQuitReason) input.ReadEnum();
break;
}
case 120: {
OLMBPLAIMLP = input.ReadUInt32();
break;
}
case 3744: {
ScoreId = input.ReadUInt32();
break;
}
case 6896: {
RogueSubMode = input.ReadUInt32();
break;
}
case 7296: {
BIOHIBDDDFG = input.ReadUInt32();
break;
}
case 9032: {
LEBECEFMDJN = input.ReadUInt32();
break;
}
case 10002: {
if (nKGKDMFHGFJ_ == null) {
NKGKDMFHGFJ = new global::EggLink.DanhengServer.Proto.JPFECHLHHEN();
}
input.ReadMessage(NKGKDMFHGFJ);
break;
}
case 13640: {
CNCAOLEDBDI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code