Files
DanhengServer-OpenSource/Proto/RogueFinishInfo.cs
2024-10-01 22:50:51 +08:00

912 lines
32 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueFinishInfo.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 RogueFinishInfo.proto</summary>
public static partial class RogueFinishInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueFinishInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueFinishInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVSb2d1ZUZpbmlzaEluZm8ucHJvdG8aFVJvZ3VlUmVjb3JkSW5mby5wcm90",
"bxobUm9ndWVFeHBsb3JlU2NvcmVJbmZvLnByb3RvGhFGRkpQR01LTU9QUC5w",
"cm90bxoaUm9ndWVTY29yZVJld2FyZEluZm8ucHJvdG8aDkl0ZW1MaXN0LnBy",
"b3RvIvIDCg9Sb2d1ZUZpbmlzaEluZm8SKgoLUFBERkpGRU1DRUsYDyABKAsy",
"FS5Sb2d1ZVNjb3JlUmV3YXJkSW5mbxIOCgZpc193aW4YBSABKAgSKgoLREtC",
"Qk5MTUJPSUkYCSABKAsyFS5Sb2d1ZVNjb3JlUmV3YXJkSW5mbxITCgtQRERH",
"SkJETUVOShgMIAEoCBIlCgtyZWNvcmRfaW5mbxgLIAEoCzIQLlJvZ3VlUmVj",
"b3JkSW5mbxIQCgdhcmVhX2lkGNsGIAEoDRIeCgtPQkZNR05CT0RMSxgIIAEo",
"CzIJLkl0ZW1MaXN0EhMKC1BPSUNNR09ETE5IGAIgASgNEhMKC0VKSERPQklB",
"SURLGAQgASgNEh4KC0ZDSk1JQ0JEREJJGAMgASgLMgkuSXRlbUxpc3QSHgoL",
"SU1MTU1HTkdHT0IYBiABKAsyCS5JdGVtTGlzdBIQCghzY29yZV9pZBgOIAEo",
"DRITCgtKRk1HUEROSkNHSBgKIAEoDRIqCgpzY29yZV9pbmZvGA0gASgLMhYu",
"Um9ndWVFeHBsb3JlU2NvcmVJbmZvEhMKC0ZOS0xLQlBKSkVNGAEgASgNEhQK",
"C0VJQ09GQ0JKR01CGPwDIAEoDRIhCgtLTE5IQUVPTlBFQhgHIAEoCzIMLkZG",
"SlBHTUtNT1BQQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueExploreScoreInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FFJPGMKMOPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueFinishInfo), global::EggLink.DanhengServer.Proto.RogueFinishInfo.Parser, new[]{ "PPDFJFEMCEK", "IsWin", "DKBBNLMBOII", "PDDGJBDMENJ", "RecordInfo", "AreaId", "OBFMGNBODLK", "POICMGODLNH", "EJHDOBIAIDK", "FCJMICBDDBI", "IMLMMGNGGOB", "ScoreId", "JFMGPDNJCGH", "ScoreInfo", "FNKLKBPJJEM", "EICOFCBJGMB", "KLNHAEONPEB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueFinishInfo : pb::IMessage<RogueFinishInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueFinishInfo> _parser = new pb::MessageParser<RogueFinishInfo>(() => new RogueFinishInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueFinishInfo> 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.RogueFinishInfoReflection.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 RogueFinishInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueFinishInfo(RogueFinishInfo other) : this() {
pPDFJFEMCEK_ = other.pPDFJFEMCEK_ != null ? other.pPDFJFEMCEK_.Clone() : null;
isWin_ = other.isWin_;
dKBBNLMBOII_ = other.dKBBNLMBOII_ != null ? other.dKBBNLMBOII_.Clone() : null;
pDDGJBDMENJ_ = other.pDDGJBDMENJ_;
recordInfo_ = other.recordInfo_ != null ? other.recordInfo_.Clone() : null;
areaId_ = other.areaId_;
oBFMGNBODLK_ = other.oBFMGNBODLK_ != null ? other.oBFMGNBODLK_.Clone() : null;
pOICMGODLNH_ = other.pOICMGODLNH_;
eJHDOBIAIDK_ = other.eJHDOBIAIDK_;
fCJMICBDDBI_ = other.fCJMICBDDBI_ != null ? other.fCJMICBDDBI_.Clone() : null;
iMLMMGNGGOB_ = other.iMLMMGNGGOB_ != null ? other.iMLMMGNGGOB_.Clone() : null;
scoreId_ = other.scoreId_;
jFMGPDNJCGH_ = other.jFMGPDNJCGH_;
scoreInfo_ = other.scoreInfo_ != null ? other.scoreInfo_.Clone() : null;
fNKLKBPJJEM_ = other.fNKLKBPJJEM_;
eICOFCBJGMB_ = other.eICOFCBJGMB_;
kLNHAEONPEB_ = other.kLNHAEONPEB_ != null ? other.kLNHAEONPEB_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueFinishInfo Clone() {
return new RogueFinishInfo(this);
}
/// <summary>Field number for the "PPDFJFEMCEK" field.</summary>
public const int PPDFJFEMCEKFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo pPDFJFEMCEK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo PPDFJFEMCEK {
get { return pPDFJFEMCEK_; }
set {
pPDFJFEMCEK_ = value;
}
}
/// <summary>Field number for the "is_win" field.</summary>
public const int IsWinFieldNumber = 5;
private bool isWin_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsWin {
get { return isWin_; }
set {
isWin_ = value;
}
}
/// <summary>Field number for the "DKBBNLMBOII" field.</summary>
public const int DKBBNLMBOIIFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo dKBBNLMBOII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo DKBBNLMBOII {
get { return dKBBNLMBOII_; }
set {
dKBBNLMBOII_ = value;
}
}
/// <summary>Field number for the "PDDGJBDMENJ" field.</summary>
public const int PDDGJBDMENJFieldNumber = 12;
private bool pDDGJBDMENJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PDDGJBDMENJ {
get { return pDDGJBDMENJ_; }
set {
pDDGJBDMENJ_ = value;
}
}
/// <summary>Field number for the "record_info" field.</summary>
public const int RecordInfoFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.RogueRecordInfo recordInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueRecordInfo RecordInfo {
get { return recordInfo_; }
set {
recordInfo_ = value;
}
}
/// <summary>Field number for the "area_id" field.</summary>
public const int AreaIdFieldNumber = 859;
private uint areaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaId {
get { return areaId_; }
set {
areaId_ = value;
}
}
/// <summary>Field number for the "OBFMGNBODLK" field.</summary>
public const int OBFMGNBODLKFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.ItemList oBFMGNBODLK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList OBFMGNBODLK {
get { return oBFMGNBODLK_; }
set {
oBFMGNBODLK_ = value;
}
}
/// <summary>Field number for the "POICMGODLNH" field.</summary>
public const int POICMGODLNHFieldNumber = 2;
private uint pOICMGODLNH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint POICMGODLNH {
get { return pOICMGODLNH_; }
set {
pOICMGODLNH_ = value;
}
}
/// <summary>Field number for the "EJHDOBIAIDK" field.</summary>
public const int EJHDOBIAIDKFieldNumber = 4;
private uint eJHDOBIAIDK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EJHDOBIAIDK {
get { return eJHDOBIAIDK_; }
set {
eJHDOBIAIDK_ = value;
}
}
/// <summary>Field number for the "FCJMICBDDBI" field.</summary>
public const int FCJMICBDDBIFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.ItemList fCJMICBDDBI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList FCJMICBDDBI {
get { return fCJMICBDDBI_; }
set {
fCJMICBDDBI_ = value;
}
}
/// <summary>Field number for the "IMLMMGNGGOB" field.</summary>
public const int IMLMMGNGGOBFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.ItemList iMLMMGNGGOB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList IMLMMGNGGOB {
get { return iMLMMGNGGOB_; }
set {
iMLMMGNGGOB_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 14;
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 "JFMGPDNJCGH" field.</summary>
public const int JFMGPDNJCGHFieldNumber = 10;
private uint jFMGPDNJCGH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JFMGPDNJCGH {
get { return jFMGPDNJCGH_; }
set {
jFMGPDNJCGH_ = value;
}
}
/// <summary>Field number for the "score_info" field.</summary>
public const int ScoreInfoFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.RogueExploreScoreInfo scoreInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueExploreScoreInfo ScoreInfo {
get { return scoreInfo_; }
set {
scoreInfo_ = value;
}
}
/// <summary>Field number for the "FNKLKBPJJEM" field.</summary>
public const int FNKLKBPJJEMFieldNumber = 1;
private uint fNKLKBPJJEM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FNKLKBPJJEM {
get { return fNKLKBPJJEM_; }
set {
fNKLKBPJJEM_ = value;
}
}
/// <summary>Field number for the "EICOFCBJGMB" field.</summary>
public const int EICOFCBJGMBFieldNumber = 508;
private uint eICOFCBJGMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EICOFCBJGMB {
get { return eICOFCBJGMB_; }
set {
eICOFCBJGMB_ = value;
}
}
/// <summary>Field number for the "KLNHAEONPEB" field.</summary>
public const int KLNHAEONPEBFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.FFJPGMKMOPP kLNHAEONPEB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FFJPGMKMOPP KLNHAEONPEB {
get { return kLNHAEONPEB_; }
set {
kLNHAEONPEB_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueFinishInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueFinishInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(PPDFJFEMCEK, other.PPDFJFEMCEK)) return false;
if (IsWin != other.IsWin) return false;
if (!object.Equals(DKBBNLMBOII, other.DKBBNLMBOII)) return false;
if (PDDGJBDMENJ != other.PDDGJBDMENJ) return false;
if (!object.Equals(RecordInfo, other.RecordInfo)) return false;
if (AreaId != other.AreaId) return false;
if (!object.Equals(OBFMGNBODLK, other.OBFMGNBODLK)) return false;
if (POICMGODLNH != other.POICMGODLNH) return false;
if (EJHDOBIAIDK != other.EJHDOBIAIDK) return false;
if (!object.Equals(FCJMICBDDBI, other.FCJMICBDDBI)) return false;
if (!object.Equals(IMLMMGNGGOB, other.IMLMMGNGGOB)) return false;
if (ScoreId != other.ScoreId) return false;
if (JFMGPDNJCGH != other.JFMGPDNJCGH) return false;
if (!object.Equals(ScoreInfo, other.ScoreInfo)) return false;
if (FNKLKBPJJEM != other.FNKLKBPJJEM) return false;
if (EICOFCBJGMB != other.EICOFCBJGMB) return false;
if (!object.Equals(KLNHAEONPEB, other.KLNHAEONPEB)) 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 (pPDFJFEMCEK_ != null) hash ^= PPDFJFEMCEK.GetHashCode();
if (IsWin != false) hash ^= IsWin.GetHashCode();
if (dKBBNLMBOII_ != null) hash ^= DKBBNLMBOII.GetHashCode();
if (PDDGJBDMENJ != false) hash ^= PDDGJBDMENJ.GetHashCode();
if (recordInfo_ != null) hash ^= RecordInfo.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (oBFMGNBODLK_ != null) hash ^= OBFMGNBODLK.GetHashCode();
if (POICMGODLNH != 0) hash ^= POICMGODLNH.GetHashCode();
if (EJHDOBIAIDK != 0) hash ^= EJHDOBIAIDK.GetHashCode();
if (fCJMICBDDBI_ != null) hash ^= FCJMICBDDBI.GetHashCode();
if (iMLMMGNGGOB_ != null) hash ^= IMLMMGNGGOB.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (JFMGPDNJCGH != 0) hash ^= JFMGPDNJCGH.GetHashCode();
if (scoreInfo_ != null) hash ^= ScoreInfo.GetHashCode();
if (FNKLKBPJJEM != 0) hash ^= FNKLKBPJJEM.GetHashCode();
if (EICOFCBJGMB != 0) hash ^= EICOFCBJGMB.GetHashCode();
if (kLNHAEONPEB_ != null) hash ^= KLNHAEONPEB.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 (FNKLKBPJJEM != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FNKLKBPJJEM);
}
if (POICMGODLNH != 0) {
output.WriteRawTag(16);
output.WriteUInt32(POICMGODLNH);
}
if (fCJMICBDDBI_ != null) {
output.WriteRawTag(26);
output.WriteMessage(FCJMICBDDBI);
}
if (EJHDOBIAIDK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EJHDOBIAIDK);
}
if (IsWin != false) {
output.WriteRawTag(40);
output.WriteBool(IsWin);
}
if (iMLMMGNGGOB_ != null) {
output.WriteRawTag(50);
output.WriteMessage(IMLMMGNGGOB);
}
if (kLNHAEONPEB_ != null) {
output.WriteRawTag(58);
output.WriteMessage(KLNHAEONPEB);
}
if (oBFMGNBODLK_ != null) {
output.WriteRawTag(66);
output.WriteMessage(OBFMGNBODLK);
}
if (dKBBNLMBOII_ != null) {
output.WriteRawTag(74);
output.WriteMessage(DKBBNLMBOII);
}
if (JFMGPDNJCGH != 0) {
output.WriteRawTag(80);
output.WriteUInt32(JFMGPDNJCGH);
}
if (recordInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(RecordInfo);
}
if (PDDGJBDMENJ != false) {
output.WriteRawTag(96);
output.WriteBool(PDDGJBDMENJ);
}
if (scoreInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(ScoreInfo);
}
if (ScoreId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(ScoreId);
}
if (pPDFJFEMCEK_ != null) {
output.WriteRawTag(122);
output.WriteMessage(PPDFJFEMCEK);
}
if (EICOFCBJGMB != 0) {
output.WriteRawTag(224, 31);
output.WriteUInt32(EICOFCBJGMB);
}
if (AreaId != 0) {
output.WriteRawTag(216, 53);
output.WriteUInt32(AreaId);
}
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 (FNKLKBPJJEM != 0) {
output.WriteRawTag(8);
output.WriteUInt32(FNKLKBPJJEM);
}
if (POICMGODLNH != 0) {
output.WriteRawTag(16);
output.WriteUInt32(POICMGODLNH);
}
if (fCJMICBDDBI_ != null) {
output.WriteRawTag(26);
output.WriteMessage(FCJMICBDDBI);
}
if (EJHDOBIAIDK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EJHDOBIAIDK);
}
if (IsWin != false) {
output.WriteRawTag(40);
output.WriteBool(IsWin);
}
if (iMLMMGNGGOB_ != null) {
output.WriteRawTag(50);
output.WriteMessage(IMLMMGNGGOB);
}
if (kLNHAEONPEB_ != null) {
output.WriteRawTag(58);
output.WriteMessage(KLNHAEONPEB);
}
if (oBFMGNBODLK_ != null) {
output.WriteRawTag(66);
output.WriteMessage(OBFMGNBODLK);
}
if (dKBBNLMBOII_ != null) {
output.WriteRawTag(74);
output.WriteMessage(DKBBNLMBOII);
}
if (JFMGPDNJCGH != 0) {
output.WriteRawTag(80);
output.WriteUInt32(JFMGPDNJCGH);
}
if (recordInfo_ != null) {
output.WriteRawTag(90);
output.WriteMessage(RecordInfo);
}
if (PDDGJBDMENJ != false) {
output.WriteRawTag(96);
output.WriteBool(PDDGJBDMENJ);
}
if (scoreInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(ScoreInfo);
}
if (ScoreId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(ScoreId);
}
if (pPDFJFEMCEK_ != null) {
output.WriteRawTag(122);
output.WriteMessage(PPDFJFEMCEK);
}
if (EICOFCBJGMB != 0) {
output.WriteRawTag(224, 31);
output.WriteUInt32(EICOFCBJGMB);
}
if (AreaId != 0) {
output.WriteRawTag(216, 53);
output.WriteUInt32(AreaId);
}
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 (pPDFJFEMCEK_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PPDFJFEMCEK);
}
if (IsWin != false) {
size += 1 + 1;
}
if (dKBBNLMBOII_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DKBBNLMBOII);
}
if (PDDGJBDMENJ != false) {
size += 1 + 1;
}
if (recordInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordInfo);
}
if (AreaId != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (oBFMGNBODLK_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(OBFMGNBODLK);
}
if (POICMGODLNH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(POICMGODLNH);
}
if (EJHDOBIAIDK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJHDOBIAIDK);
}
if (fCJMICBDDBI_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FCJMICBDDBI);
}
if (iMLMMGNGGOB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMLMMGNGGOB);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (JFMGPDNJCGH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JFMGPDNJCGH);
}
if (scoreInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ScoreInfo);
}
if (FNKLKBPJJEM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNKLKBPJJEM);
}
if (EICOFCBJGMB != 0) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(EICOFCBJGMB);
}
if (kLNHAEONPEB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KLNHAEONPEB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueFinishInfo other) {
if (other == null) {
return;
}
if (other.pPDFJFEMCEK_ != null) {
if (pPDFJFEMCEK_ == null) {
PPDFJFEMCEK = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
PPDFJFEMCEK.MergeFrom(other.PPDFJFEMCEK);
}
if (other.IsWin != false) {
IsWin = other.IsWin;
}
if (other.dKBBNLMBOII_ != null) {
if (dKBBNLMBOII_ == null) {
DKBBNLMBOII = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
DKBBNLMBOII.MergeFrom(other.DKBBNLMBOII);
}
if (other.PDDGJBDMENJ != false) {
PDDGJBDMENJ = other.PDDGJBDMENJ;
}
if (other.recordInfo_ != null) {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
RecordInfo.MergeFrom(other.RecordInfo);
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.oBFMGNBODLK_ != null) {
if (oBFMGNBODLK_ == null) {
OBFMGNBODLK = new global::EggLink.DanhengServer.Proto.ItemList();
}
OBFMGNBODLK.MergeFrom(other.OBFMGNBODLK);
}
if (other.POICMGODLNH != 0) {
POICMGODLNH = other.POICMGODLNH;
}
if (other.EJHDOBIAIDK != 0) {
EJHDOBIAIDK = other.EJHDOBIAIDK;
}
if (other.fCJMICBDDBI_ != null) {
if (fCJMICBDDBI_ == null) {
FCJMICBDDBI = new global::EggLink.DanhengServer.Proto.ItemList();
}
FCJMICBDDBI.MergeFrom(other.FCJMICBDDBI);
}
if (other.iMLMMGNGGOB_ != null) {
if (iMLMMGNGGOB_ == null) {
IMLMMGNGGOB = new global::EggLink.DanhengServer.Proto.ItemList();
}
IMLMMGNGGOB.MergeFrom(other.IMLMMGNGGOB);
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.JFMGPDNJCGH != 0) {
JFMGPDNJCGH = other.JFMGPDNJCGH;
}
if (other.scoreInfo_ != null) {
if (scoreInfo_ == null) {
ScoreInfo = new global::EggLink.DanhengServer.Proto.RogueExploreScoreInfo();
}
ScoreInfo.MergeFrom(other.ScoreInfo);
}
if (other.FNKLKBPJJEM != 0) {
FNKLKBPJJEM = other.FNKLKBPJJEM;
}
if (other.EICOFCBJGMB != 0) {
EICOFCBJGMB = other.EICOFCBJGMB;
}
if (other.kLNHAEONPEB_ != null) {
if (kLNHAEONPEB_ == null) {
KLNHAEONPEB = new global::EggLink.DanhengServer.Proto.FFJPGMKMOPP();
}
KLNHAEONPEB.MergeFrom(other.KLNHAEONPEB);
}
_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: {
FNKLKBPJJEM = input.ReadUInt32();
break;
}
case 16: {
POICMGODLNH = input.ReadUInt32();
break;
}
case 26: {
if (fCJMICBDDBI_ == null) {
FCJMICBDDBI = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(FCJMICBDDBI);
break;
}
case 32: {
EJHDOBIAIDK = input.ReadUInt32();
break;
}
case 40: {
IsWin = input.ReadBool();
break;
}
case 50: {
if (iMLMMGNGGOB_ == null) {
IMLMMGNGGOB = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(IMLMMGNGGOB);
break;
}
case 58: {
if (kLNHAEONPEB_ == null) {
KLNHAEONPEB = new global::EggLink.DanhengServer.Proto.FFJPGMKMOPP();
}
input.ReadMessage(KLNHAEONPEB);
break;
}
case 66: {
if (oBFMGNBODLK_ == null) {
OBFMGNBODLK = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(OBFMGNBODLK);
break;
}
case 74: {
if (dKBBNLMBOII_ == null) {
DKBBNLMBOII = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(DKBBNLMBOII);
break;
}
case 80: {
JFMGPDNJCGH = input.ReadUInt32();
break;
}
case 90: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 96: {
PDDGJBDMENJ = input.ReadBool();
break;
}
case 106: {
if (scoreInfo_ == null) {
ScoreInfo = new global::EggLink.DanhengServer.Proto.RogueExploreScoreInfo();
}
input.ReadMessage(ScoreInfo);
break;
}
case 112: {
ScoreId = input.ReadUInt32();
break;
}
case 122: {
if (pPDFJFEMCEK_ == null) {
PPDFJFEMCEK = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(PPDFJFEMCEK);
break;
}
case 4064: {
EICOFCBJGMB = input.ReadUInt32();
break;
}
case 6872: {
AreaId = 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: {
FNKLKBPJJEM = input.ReadUInt32();
break;
}
case 16: {
POICMGODLNH = input.ReadUInt32();
break;
}
case 26: {
if (fCJMICBDDBI_ == null) {
FCJMICBDDBI = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(FCJMICBDDBI);
break;
}
case 32: {
EJHDOBIAIDK = input.ReadUInt32();
break;
}
case 40: {
IsWin = input.ReadBool();
break;
}
case 50: {
if (iMLMMGNGGOB_ == null) {
IMLMMGNGGOB = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(IMLMMGNGGOB);
break;
}
case 58: {
if (kLNHAEONPEB_ == null) {
KLNHAEONPEB = new global::EggLink.DanhengServer.Proto.FFJPGMKMOPP();
}
input.ReadMessage(KLNHAEONPEB);
break;
}
case 66: {
if (oBFMGNBODLK_ == null) {
OBFMGNBODLK = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(OBFMGNBODLK);
break;
}
case 74: {
if (dKBBNLMBOII_ == null) {
DKBBNLMBOII = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(DKBBNLMBOII);
break;
}
case 80: {
JFMGPDNJCGH = input.ReadUInt32();
break;
}
case 90: {
if (recordInfo_ == null) {
RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo();
}
input.ReadMessage(RecordInfo);
break;
}
case 96: {
PDDGJBDMENJ = input.ReadBool();
break;
}
case 106: {
if (scoreInfo_ == null) {
ScoreInfo = new global::EggLink.DanhengServer.Proto.RogueExploreScoreInfo();
}
input.ReadMessage(ScoreInfo);
break;
}
case 112: {
ScoreId = input.ReadUInt32();
break;
}
case 122: {
if (pPDFJFEMCEK_ == null) {
PPDFJFEMCEK = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo();
}
input.ReadMessage(PPDFJFEMCEK);
break;
}
case 4064: {
EICOFCBJGMB = input.ReadUInt32();
break;
}
case 6872: {
AreaId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code