Files
DanhengServer-OpenSource/Proto/ChessRogueDiceInfo.cs
2024-11-03 14:14:49 +08:00

857 lines
31 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueDiceInfo.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 ChessRogueDiceInfo.proto</summary>
public static partial class ChessRogueDiceInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueDiceInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueDiceInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aE1JvZ3VlTW9kaWZpZXIucHJv",
"dG8aEUZPQ0tGTEVQRkNGLnByb3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1cy5w",
"cm90bxoYQ2hlc3NSb2d1ZURpY2VUeXBlLnByb3RvGhRDaGVzc1JvZ3VlRGlj",
"ZS5wcm90byLXAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhQKC05IQ0hMRUtJT0xJ",
"GKILIAMoDRITCgtMQkJEREVLSUtJSRgJIAEoDRITCgtMTU9KSkFOR05BSRgM",
"IAEoDRIiCgtFRkdOR1BKS09BQRjGASABKAsyDC5GT0NLRkxFUEZDRhImCg1k",
"aWNlX21vZGlmaWVyGKEDIAEoCzIOLlJvZ3VlTW9kaWZpZXISEwoLT0dPSERO",
"SUhCR0kYCyABKA0SEwoLTUhNSk1FQ0tOTkYYDiABKA0SEwoLSEFLQ0RNS0pI",
"RkcYASABKAgSGAoPY2FuX3Jlcm9sbF9kaWNlGN4BIAEoCBITCgtOSVBFQUNE",
"QURERBgEIAEoDRIeCgRkaWNlGJoEIAEoCzIPLkNoZXNzUm9ndWVEaWNlEhMK",
"C0xQRUxISENEQklNGA8gASgNEhMKC0dJS1BLR0VHT0JPGAMgASgNEioKC2Rp",
"Y2Vfc3RhdHVzGAIgASgOMhUuQ2hlc3NSb2d1ZURpY2VTdGF0dXMSFAoLRUhL",
"TUJGS01JUEoY9gsgASgFEiYKCWRpY2VfdHlwZRgNIAEoDjITLkNoZXNzUm9n",
"dWVEaWNlVHlwZRITCgtCSUJGSkRNUEpITRgHIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.FOCKFLEPFCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo.Parser, new[]{ "NHCHLEKIOLI", "LBBDDEKIKII", "LMOJJANGNAI", "EFGNGPJKOAA", "DiceModifier", "OGOHDNIHBGI", "MHMJMECKNNF", "HAKCDMKJHFG", "CanRerollDice", "NIPEACDADDD", "Dice", "LPELHHCDBIM", "GIKPKGEGOBO", "DiceStatus", "EHKMBFKMIPJ", "DiceType", "BIBFJDMPJHM" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChessRogueDiceInfo : pb::IMessage<ChessRogueDiceInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChessRogueDiceInfo> _parser = new pb::MessageParser<ChessRogueDiceInfo>(() => new ChessRogueDiceInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChessRogueDiceInfo> 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.ChessRogueDiceInfoReflection.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 ChessRogueDiceInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueDiceInfo(ChessRogueDiceInfo other) : this() {
nHCHLEKIOLI_ = other.nHCHLEKIOLI_.Clone();
lBBDDEKIKII_ = other.lBBDDEKIKII_;
lMOJJANGNAI_ = other.lMOJJANGNAI_;
eFGNGPJKOAA_ = other.eFGNGPJKOAA_ != null ? other.eFGNGPJKOAA_.Clone() : null;
diceModifier_ = other.diceModifier_ != null ? other.diceModifier_.Clone() : null;
oGOHDNIHBGI_ = other.oGOHDNIHBGI_;
mHMJMECKNNF_ = other.mHMJMECKNNF_;
hAKCDMKJHFG_ = other.hAKCDMKJHFG_;
canRerollDice_ = other.canRerollDice_;
nIPEACDADDD_ = other.nIPEACDADDD_;
dice_ = other.dice_ != null ? other.dice_.Clone() : null;
lPELHHCDBIM_ = other.lPELHHCDBIM_;
gIKPKGEGOBO_ = other.gIKPKGEGOBO_;
diceStatus_ = other.diceStatus_;
eHKMBFKMIPJ_ = other.eHKMBFKMIPJ_;
diceType_ = other.diceType_;
bIBFJDMPJHM_ = other.bIBFJDMPJHM_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueDiceInfo Clone() {
return new ChessRogueDiceInfo(this);
}
/// <summary>Field number for the "NHCHLEKIOLI" field.</summary>
public const int NHCHLEKIOLIFieldNumber = 1442;
private static readonly pb::FieldCodec<uint> _repeated_nHCHLEKIOLI_codec
= pb::FieldCodec.ForUInt32(11538);
private readonly pbc::RepeatedField<uint> nHCHLEKIOLI_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NHCHLEKIOLI {
get { return nHCHLEKIOLI_; }
}
/// <summary>Field number for the "LBBDDEKIKII" field.</summary>
public const int LBBDDEKIKIIFieldNumber = 9;
private uint lBBDDEKIKII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LBBDDEKIKII {
get { return lBBDDEKIKII_; }
set {
lBBDDEKIKII_ = value;
}
}
/// <summary>Field number for the "LMOJJANGNAI" field.</summary>
public const int LMOJJANGNAIFieldNumber = 12;
private uint lMOJJANGNAI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LMOJJANGNAI {
get { return lMOJJANGNAI_; }
set {
lMOJJANGNAI_ = value;
}
}
/// <summary>Field number for the "EFGNGPJKOAA" field.</summary>
public const int EFGNGPJKOAAFieldNumber = 198;
private global::EggLink.DanhengServer.Proto.FOCKFLEPFCF eFGNGPJKOAA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FOCKFLEPFCF EFGNGPJKOAA {
get { return eFGNGPJKOAA_; }
set {
eFGNGPJKOAA_ = value;
}
}
/// <summary>Field number for the "dice_modifier" field.</summary>
public const int DiceModifierFieldNumber = 417;
private global::EggLink.DanhengServer.Proto.RogueModifier diceModifier_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueModifier DiceModifier {
get { return diceModifier_; }
set {
diceModifier_ = value;
}
}
/// <summary>Field number for the "OGOHDNIHBGI" field.</summary>
public const int OGOHDNIHBGIFieldNumber = 11;
private uint oGOHDNIHBGI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OGOHDNIHBGI {
get { return oGOHDNIHBGI_; }
set {
oGOHDNIHBGI_ = value;
}
}
/// <summary>Field number for the "MHMJMECKNNF" field.</summary>
public const int MHMJMECKNNFFieldNumber = 14;
private uint mHMJMECKNNF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MHMJMECKNNF {
get { return mHMJMECKNNF_; }
set {
mHMJMECKNNF_ = value;
}
}
/// <summary>Field number for the "HAKCDMKJHFG" field.</summary>
public const int HAKCDMKJHFGFieldNumber = 1;
private bool hAKCDMKJHFG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HAKCDMKJHFG {
get { return hAKCDMKJHFG_; }
set {
hAKCDMKJHFG_ = value;
}
}
/// <summary>Field number for the "can_reroll_dice" field.</summary>
public const int CanRerollDiceFieldNumber = 222;
private bool canRerollDice_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CanRerollDice {
get { return canRerollDice_; }
set {
canRerollDice_ = value;
}
}
/// <summary>Field number for the "NIPEACDADDD" field.</summary>
public const int NIPEACDADDDFieldNumber = 4;
private uint nIPEACDADDD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NIPEACDADDD {
get { return nIPEACDADDD_; }
set {
nIPEACDADDD_ = value;
}
}
/// <summary>Field number for the "dice" field.</summary>
public const int DiceFieldNumber = 538;
private global::EggLink.DanhengServer.Proto.ChessRogueDice dice_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueDice Dice {
get { return dice_; }
set {
dice_ = value;
}
}
/// <summary>Field number for the "LPELHHCDBIM" field.</summary>
public const int LPELHHCDBIMFieldNumber = 15;
private uint lPELHHCDBIM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LPELHHCDBIM {
get { return lPELHHCDBIM_; }
set {
lPELHHCDBIM_ = value;
}
}
/// <summary>Field number for the "GIKPKGEGOBO" field.</summary>
public const int GIKPKGEGOBOFieldNumber = 3;
private uint gIKPKGEGOBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GIKPKGEGOBO {
get { return gIKPKGEGOBO_; }
set {
gIKPKGEGOBO_ = value;
}
}
/// <summary>Field number for the "dice_status" field.</summary>
public const int DiceStatusFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus diceStatus_ = global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus DiceStatus {
get { return diceStatus_; }
set {
diceStatus_ = value;
}
}
/// <summary>Field number for the "EHKMBFKMIPJ" field.</summary>
public const int EHKMBFKMIPJFieldNumber = 1526;
private int eHKMBFKMIPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int EHKMBFKMIPJ {
get { return eHKMBFKMIPJ_; }
set {
eHKMBFKMIPJ_ = value;
}
}
/// <summary>Field number for the "dice_type" field.</summary>
public const int DiceTypeFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.ChessRogueDiceType diceType_ = global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueDiceType DiceType {
get { return diceType_; }
set {
diceType_ = value;
}
}
/// <summary>Field number for the "BIBFJDMPJHM" field.</summary>
public const int BIBFJDMPJHMFieldNumber = 7;
private uint bIBFJDMPJHM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BIBFJDMPJHM {
get { return bIBFJDMPJHM_; }
set {
bIBFJDMPJHM_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChessRogueDiceInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChessRogueDiceInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!nHCHLEKIOLI_.Equals(other.nHCHLEKIOLI_)) return false;
if (LBBDDEKIKII != other.LBBDDEKIKII) return false;
if (LMOJJANGNAI != other.LMOJJANGNAI) return false;
if (!object.Equals(EFGNGPJKOAA, other.EFGNGPJKOAA)) return false;
if (!object.Equals(DiceModifier, other.DiceModifier)) return false;
if (OGOHDNIHBGI != other.OGOHDNIHBGI) return false;
if (MHMJMECKNNF != other.MHMJMECKNNF) return false;
if (HAKCDMKJHFG != other.HAKCDMKJHFG) return false;
if (CanRerollDice != other.CanRerollDice) return false;
if (NIPEACDADDD != other.NIPEACDADDD) return false;
if (!object.Equals(Dice, other.Dice)) return false;
if (LPELHHCDBIM != other.LPELHHCDBIM) return false;
if (GIKPKGEGOBO != other.GIKPKGEGOBO) return false;
if (DiceStatus != other.DiceStatus) return false;
if (EHKMBFKMIPJ != other.EHKMBFKMIPJ) return false;
if (DiceType != other.DiceType) return false;
if (BIBFJDMPJHM != other.BIBFJDMPJHM) 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 ^= nHCHLEKIOLI_.GetHashCode();
if (LBBDDEKIKII != 0) hash ^= LBBDDEKIKII.GetHashCode();
if (LMOJJANGNAI != 0) hash ^= LMOJJANGNAI.GetHashCode();
if (eFGNGPJKOAA_ != null) hash ^= EFGNGPJKOAA.GetHashCode();
if (diceModifier_ != null) hash ^= DiceModifier.GetHashCode();
if (OGOHDNIHBGI != 0) hash ^= OGOHDNIHBGI.GetHashCode();
if (MHMJMECKNNF != 0) hash ^= MHMJMECKNNF.GetHashCode();
if (HAKCDMKJHFG != false) hash ^= HAKCDMKJHFG.GetHashCode();
if (CanRerollDice != false) hash ^= CanRerollDice.GetHashCode();
if (NIPEACDADDD != 0) hash ^= NIPEACDADDD.GetHashCode();
if (dice_ != null) hash ^= Dice.GetHashCode();
if (LPELHHCDBIM != 0) hash ^= LPELHHCDBIM.GetHashCode();
if (GIKPKGEGOBO != 0) hash ^= GIKPKGEGOBO.GetHashCode();
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) hash ^= DiceStatus.GetHashCode();
if (EHKMBFKMIPJ != 0) hash ^= EHKMBFKMIPJ.GetHashCode();
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) hash ^= DiceType.GetHashCode();
if (BIBFJDMPJHM != 0) hash ^= BIBFJDMPJHM.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 (HAKCDMKJHFG != false) {
output.WriteRawTag(8);
output.WriteBool(HAKCDMKJHFG);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
output.WriteRawTag(16);
output.WriteEnum((int) DiceStatus);
}
if (GIKPKGEGOBO != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GIKPKGEGOBO);
}
if (NIPEACDADDD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NIPEACDADDD);
}
if (BIBFJDMPJHM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(BIBFJDMPJHM);
}
if (LBBDDEKIKII != 0) {
output.WriteRawTag(72);
output.WriteUInt32(LBBDDEKIKII);
}
if (OGOHDNIHBGI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(OGOHDNIHBGI);
}
if (LMOJJANGNAI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LMOJJANGNAI);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
output.WriteRawTag(104);
output.WriteEnum((int) DiceType);
}
if (MHMJMECKNNF != 0) {
output.WriteRawTag(112);
output.WriteUInt32(MHMJMECKNNF);
}
if (LPELHHCDBIM != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LPELHHCDBIM);
}
if (eFGNGPJKOAA_ != null) {
output.WriteRawTag(178, 12);
output.WriteMessage(EFGNGPJKOAA);
}
if (CanRerollDice != false) {
output.WriteRawTag(240, 13);
output.WriteBool(CanRerollDice);
}
if (diceModifier_ != null) {
output.WriteRawTag(138, 26);
output.WriteMessage(DiceModifier);
}
if (dice_ != null) {
output.WriteRawTag(210, 33);
output.WriteMessage(Dice);
}
nHCHLEKIOLI_.WriteTo(output, _repeated_nHCHLEKIOLI_codec);
if (EHKMBFKMIPJ != 0) {
output.WriteRawTag(176, 95);
output.WriteInt32(EHKMBFKMIPJ);
}
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 (HAKCDMKJHFG != false) {
output.WriteRawTag(8);
output.WriteBool(HAKCDMKJHFG);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
output.WriteRawTag(16);
output.WriteEnum((int) DiceStatus);
}
if (GIKPKGEGOBO != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GIKPKGEGOBO);
}
if (NIPEACDADDD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NIPEACDADDD);
}
if (BIBFJDMPJHM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(BIBFJDMPJHM);
}
if (LBBDDEKIKII != 0) {
output.WriteRawTag(72);
output.WriteUInt32(LBBDDEKIKII);
}
if (OGOHDNIHBGI != 0) {
output.WriteRawTag(88);
output.WriteUInt32(OGOHDNIHBGI);
}
if (LMOJJANGNAI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LMOJJANGNAI);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
output.WriteRawTag(104);
output.WriteEnum((int) DiceType);
}
if (MHMJMECKNNF != 0) {
output.WriteRawTag(112);
output.WriteUInt32(MHMJMECKNNF);
}
if (LPELHHCDBIM != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LPELHHCDBIM);
}
if (eFGNGPJKOAA_ != null) {
output.WriteRawTag(178, 12);
output.WriteMessage(EFGNGPJKOAA);
}
if (CanRerollDice != false) {
output.WriteRawTag(240, 13);
output.WriteBool(CanRerollDice);
}
if (diceModifier_ != null) {
output.WriteRawTag(138, 26);
output.WriteMessage(DiceModifier);
}
if (dice_ != null) {
output.WriteRawTag(210, 33);
output.WriteMessage(Dice);
}
nHCHLEKIOLI_.WriteTo(ref output, _repeated_nHCHLEKIOLI_codec);
if (EHKMBFKMIPJ != 0) {
output.WriteRawTag(176, 95);
output.WriteInt32(EHKMBFKMIPJ);
}
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 += nHCHLEKIOLI_.CalculateSize(_repeated_nHCHLEKIOLI_codec);
if (LBBDDEKIKII != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LBBDDEKIKII);
}
if (LMOJJANGNAI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LMOJJANGNAI);
}
if (eFGNGPJKOAA_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(EFGNGPJKOAA);
}
if (diceModifier_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DiceModifier);
}
if (OGOHDNIHBGI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OGOHDNIHBGI);
}
if (MHMJMECKNNF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MHMJMECKNNF);
}
if (HAKCDMKJHFG != false) {
size += 1 + 1;
}
if (CanRerollDice != false) {
size += 2 + 1;
}
if (NIPEACDADDD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIPEACDADDD);
}
if (dice_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(Dice);
}
if (LPELHHCDBIM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LPELHHCDBIM);
}
if (GIKPKGEGOBO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIKPKGEGOBO);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceStatus);
}
if (EHKMBFKMIPJ != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(EHKMBFKMIPJ);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceType);
}
if (BIBFJDMPJHM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIBFJDMPJHM);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChessRogueDiceInfo other) {
if (other == null) {
return;
}
nHCHLEKIOLI_.Add(other.nHCHLEKIOLI_);
if (other.LBBDDEKIKII != 0) {
LBBDDEKIKII = other.LBBDDEKIKII;
}
if (other.LMOJJANGNAI != 0) {
LMOJJANGNAI = other.LMOJJANGNAI;
}
if (other.eFGNGPJKOAA_ != null) {
if (eFGNGPJKOAA_ == null) {
EFGNGPJKOAA = new global::EggLink.DanhengServer.Proto.FOCKFLEPFCF();
}
EFGNGPJKOAA.MergeFrom(other.EFGNGPJKOAA);
}
if (other.diceModifier_ != null) {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
DiceModifier.MergeFrom(other.DiceModifier);
}
if (other.OGOHDNIHBGI != 0) {
OGOHDNIHBGI = other.OGOHDNIHBGI;
}
if (other.MHMJMECKNNF != 0) {
MHMJMECKNNF = other.MHMJMECKNNF;
}
if (other.HAKCDMKJHFG != false) {
HAKCDMKJHFG = other.HAKCDMKJHFG;
}
if (other.CanRerollDice != false) {
CanRerollDice = other.CanRerollDice;
}
if (other.NIPEACDADDD != 0) {
NIPEACDADDD = other.NIPEACDADDD;
}
if (other.dice_ != null) {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
Dice.MergeFrom(other.Dice);
}
if (other.LPELHHCDBIM != 0) {
LPELHHCDBIM = other.LPELHHCDBIM;
}
if (other.GIKPKGEGOBO != 0) {
GIKPKGEGOBO = other.GIKPKGEGOBO;
}
if (other.DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
DiceStatus = other.DiceStatus;
}
if (other.EHKMBFKMIPJ != 0) {
EHKMBFKMIPJ = other.EHKMBFKMIPJ;
}
if (other.DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
DiceType = other.DiceType;
}
if (other.BIBFJDMPJHM != 0) {
BIBFJDMPJHM = other.BIBFJDMPJHM;
}
_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: {
HAKCDMKJHFG = input.ReadBool();
break;
}
case 16: {
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
break;
}
case 24: {
GIKPKGEGOBO = input.ReadUInt32();
break;
}
case 32: {
NIPEACDADDD = input.ReadUInt32();
break;
}
case 56: {
BIBFJDMPJHM = input.ReadUInt32();
break;
}
case 72: {
LBBDDEKIKII = input.ReadUInt32();
break;
}
case 88: {
OGOHDNIHBGI = input.ReadUInt32();
break;
}
case 96: {
LMOJJANGNAI = input.ReadUInt32();
break;
}
case 104: {
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
break;
}
case 112: {
MHMJMECKNNF = input.ReadUInt32();
break;
}
case 120: {
LPELHHCDBIM = input.ReadUInt32();
break;
}
case 1586: {
if (eFGNGPJKOAA_ == null) {
EFGNGPJKOAA = new global::EggLink.DanhengServer.Proto.FOCKFLEPFCF();
}
input.ReadMessage(EFGNGPJKOAA);
break;
}
case 1776: {
CanRerollDice = input.ReadBool();
break;
}
case 3338: {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
input.ReadMessage(DiceModifier);
break;
}
case 4306: {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
input.ReadMessage(Dice);
break;
}
case 11538:
case 11536: {
nHCHLEKIOLI_.AddEntriesFrom(input, _repeated_nHCHLEKIOLI_codec);
break;
}
case 12208: {
EHKMBFKMIPJ = input.ReadInt32();
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: {
HAKCDMKJHFG = input.ReadBool();
break;
}
case 16: {
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
break;
}
case 24: {
GIKPKGEGOBO = input.ReadUInt32();
break;
}
case 32: {
NIPEACDADDD = input.ReadUInt32();
break;
}
case 56: {
BIBFJDMPJHM = input.ReadUInt32();
break;
}
case 72: {
LBBDDEKIKII = input.ReadUInt32();
break;
}
case 88: {
OGOHDNIHBGI = input.ReadUInt32();
break;
}
case 96: {
LMOJJANGNAI = input.ReadUInt32();
break;
}
case 104: {
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
break;
}
case 112: {
MHMJMECKNNF = input.ReadUInt32();
break;
}
case 120: {
LPELHHCDBIM = input.ReadUInt32();
break;
}
case 1586: {
if (eFGNGPJKOAA_ == null) {
EFGNGPJKOAA = new global::EggLink.DanhengServer.Proto.FOCKFLEPFCF();
}
input.ReadMessage(EFGNGPJKOAA);
break;
}
case 1776: {
CanRerollDice = input.ReadBool();
break;
}
case 3338: {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
input.ReadMessage(DiceModifier);
break;
}
case 4306: {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
input.ReadMessage(Dice);
break;
}
case 11538:
case 11536: {
nHCHLEKIOLI_.AddEntriesFrom(ref input, _repeated_nHCHLEKIOLI_codec);
break;
}
case 12208: {
EHKMBFKMIPJ = input.ReadInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code