Files
DanhengServer-OpenSource/Proto/ChessRogueDiceInfo.cs
2024-08-11 16:23:02 +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(
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aEUlDTk1MRU1NSEtMLnByb3Rv",
"GhRDaGVzc1JvZ3VlRGljZS5wcm90bxoTUm9ndWVNb2RpZmllci5wcm90bxoY",
"Q2hlc3NSb2d1ZURpY2VUeXBlLnByb3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1",
"cy5wcm90byLhAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhMKC0NBQ0tJR01DS0ZL",
"GAggASgNEhkKEWN1cl9zdXJmYWNlX2luZGV4GA0gASgNEhMKC0tER0dPS0dK",
"TE1DGAsgASgNEhQKC0NMRE5GSUpJTE5QGOEMIAMoDRIVCg1jdXJfYnJhbmNo",
"X2lkGAMgASgNEiYKCWRpY2VfdHlwZRgMIAEoDjITLkNoZXNzUm9ndWVEaWNl",
"VHlwZRIeCgRkaWNlGOkEIAEoCzIPLkNoZXNzUm9ndWVEaWNlEiYKDWRpY2Vf",
"bW9kaWZpZXIYzQ0gASgLMg4uUm9ndWVNb2RpZmllchIiCgtBTURMT01PR0VP",
"RRiHAiABKAsyDC5JQ05NTEVNTUhLTBIRCglicmFuY2hfaWQYCiABKA0SEwoL",
"RFBOQ0dQT0xGS0gYDyABKAgSFAoLTkhGRUxFQ01ISU4YsAcgASgFEhQKDHJl",
"cm9sbF90aW1lcxgCIAEoDRITCgtjaGVhdF90aW1lcxgOIAEoDRIqCgtkaWNl",
"X3N0YXR1cxgJIAEoDjIVLkNoZXNzUm9ndWVEaWNlU3RhdHVzEhYKDmN1cl9z",
"dXJmYWNlX2lkGAQgASgNEhgKD2Nhbl9yZXJvbGxfZGljZRiiASABKAhCHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ICNMLEMMHKLReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.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[]{ "CACKIGMCKFK", "CurSurfaceIndex", "KDGGOKGJLMC", "CLDNFIJILNP", "CurBranchId", "DiceType", "Dice", "DiceModifier", "AMDLOMOGEOE", "BranchId", "DPNCGPOLFKH", "NHFELECMHIN", "RerollTimes", "CheatTimes", "DiceStatus", "CurSurfaceId", "CanRerollDice" }, 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() {
cACKIGMCKFK_ = other.cACKIGMCKFK_;
curSurfaceIndex_ = other.curSurfaceIndex_;
kDGGOKGJLMC_ = other.kDGGOKGJLMC_;
cLDNFIJILNP_ = other.cLDNFIJILNP_.Clone();
curBranchId_ = other.curBranchId_;
diceType_ = other.diceType_;
dice_ = other.dice_ != null ? other.dice_.Clone() : null;
diceModifier_ = other.diceModifier_ != null ? other.diceModifier_.Clone() : null;
aMDLOMOGEOE_ = other.aMDLOMOGEOE_ != null ? other.aMDLOMOGEOE_.Clone() : null;
branchId_ = other.branchId_;
dPNCGPOLFKH_ = other.dPNCGPOLFKH_;
nHFELECMHIN_ = other.nHFELECMHIN_;
rerollTimes_ = other.rerollTimes_;
cheatTimes_ = other.cheatTimes_;
diceStatus_ = other.diceStatus_;
curSurfaceId_ = other.curSurfaceId_;
canRerollDice_ = other.canRerollDice_;
_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 "CACKIGMCKFK" field.</summary>
public const int CACKIGMCKFKFieldNumber = 8;
private uint cACKIGMCKFK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CACKIGMCKFK {
get { return cACKIGMCKFK_; }
set {
cACKIGMCKFK_ = value;
}
}
/// <summary>Field number for the "cur_surface_index" field.</summary>
public const int CurSurfaceIndexFieldNumber = 13;
private uint curSurfaceIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurSurfaceIndex {
get { return curSurfaceIndex_; }
set {
curSurfaceIndex_ = value;
}
}
/// <summary>Field number for the "KDGGOKGJLMC" field.</summary>
public const int KDGGOKGJLMCFieldNumber = 11;
private uint kDGGOKGJLMC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KDGGOKGJLMC {
get { return kDGGOKGJLMC_; }
set {
kDGGOKGJLMC_ = value;
}
}
/// <summary>Field number for the "CLDNFIJILNP" field.</summary>
public const int CLDNFIJILNPFieldNumber = 1633;
private static readonly pb::FieldCodec<uint> _repeated_cLDNFIJILNP_codec
= pb::FieldCodec.ForUInt32(13066);
private readonly pbc::RepeatedField<uint> cLDNFIJILNP_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CLDNFIJILNP {
get { return cLDNFIJILNP_; }
}
/// <summary>Field number for the "cur_branch_id" field.</summary>
public const int CurBranchIdFieldNumber = 3;
private uint curBranchId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurBranchId {
get { return curBranchId_; }
set {
curBranchId_ = value;
}
}
/// <summary>Field number for the "dice_type" field.</summary>
public const int DiceTypeFieldNumber = 12;
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 "dice" field.</summary>
public const int DiceFieldNumber = 617;
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 "dice_modifier" field.</summary>
public const int DiceModifierFieldNumber = 1741;
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 "AMDLOMOGEOE" field.</summary>
public const int AMDLOMOGEOEFieldNumber = 263;
private global::EggLink.DanhengServer.Proto.ICNMLEMMHKL aMDLOMOGEOE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ICNMLEMMHKL AMDLOMOGEOE {
get { return aMDLOMOGEOE_; }
set {
aMDLOMOGEOE_ = value;
}
}
/// <summary>Field number for the "branch_id" field.</summary>
public const int BranchIdFieldNumber = 10;
private uint branchId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BranchId {
get { return branchId_; }
set {
branchId_ = value;
}
}
/// <summary>Field number for the "DPNCGPOLFKH" field.</summary>
public const int DPNCGPOLFKHFieldNumber = 15;
private bool dPNCGPOLFKH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DPNCGPOLFKH {
get { return dPNCGPOLFKH_; }
set {
dPNCGPOLFKH_ = value;
}
}
/// <summary>Field number for the "NHFELECMHIN" field.</summary>
public const int NHFELECMHINFieldNumber = 944;
private int nHFELECMHIN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int NHFELECMHIN {
get { return nHFELECMHIN_; }
set {
nHFELECMHIN_ = value;
}
}
/// <summary>Field number for the "reroll_times" field.</summary>
public const int RerollTimesFieldNumber = 2;
private uint rerollTimes_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RerollTimes {
get { return rerollTimes_; }
set {
rerollTimes_ = value;
}
}
/// <summary>Field number for the "cheat_times" field.</summary>
public const int CheatTimesFieldNumber = 14;
private uint cheatTimes_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CheatTimes {
get { return cheatTimes_; }
set {
cheatTimes_ = value;
}
}
/// <summary>Field number for the "dice_status" field.</summary>
public const int DiceStatusFieldNumber = 9;
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 "cur_surface_id" field.</summary>
public const int CurSurfaceIdFieldNumber = 4;
private uint curSurfaceId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurSurfaceId {
get { return curSurfaceId_; }
set {
curSurfaceId_ = value;
}
}
/// <summary>Field number for the "can_reroll_dice" field.</summary>
public const int CanRerollDiceFieldNumber = 162;
private bool canRerollDice_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CanRerollDice {
get { return canRerollDice_; }
set {
canRerollDice_ = 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 (CACKIGMCKFK != other.CACKIGMCKFK) return false;
if (CurSurfaceIndex != other.CurSurfaceIndex) return false;
if (KDGGOKGJLMC != other.KDGGOKGJLMC) return false;
if(!cLDNFIJILNP_.Equals(other.cLDNFIJILNP_)) return false;
if (CurBranchId != other.CurBranchId) return false;
if (DiceType != other.DiceType) return false;
if (!object.Equals(Dice, other.Dice)) return false;
if (!object.Equals(DiceModifier, other.DiceModifier)) return false;
if (!object.Equals(AMDLOMOGEOE, other.AMDLOMOGEOE)) return false;
if (BranchId != other.BranchId) return false;
if (DPNCGPOLFKH != other.DPNCGPOLFKH) return false;
if (NHFELECMHIN != other.NHFELECMHIN) return false;
if (RerollTimes != other.RerollTimes) return false;
if (CheatTimes != other.CheatTimes) return false;
if (DiceStatus != other.DiceStatus) return false;
if (CurSurfaceId != other.CurSurfaceId) return false;
if (CanRerollDice != other.CanRerollDice) 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 (CACKIGMCKFK != 0) hash ^= CACKIGMCKFK.GetHashCode();
if (CurSurfaceIndex != 0) hash ^= CurSurfaceIndex.GetHashCode();
if (KDGGOKGJLMC != 0) hash ^= KDGGOKGJLMC.GetHashCode();
hash ^= cLDNFIJILNP_.GetHashCode();
if (CurBranchId != 0) hash ^= CurBranchId.GetHashCode();
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) hash ^= DiceType.GetHashCode();
if (dice_ != null) hash ^= Dice.GetHashCode();
if (diceModifier_ != null) hash ^= DiceModifier.GetHashCode();
if (aMDLOMOGEOE_ != null) hash ^= AMDLOMOGEOE.GetHashCode();
if (BranchId != 0) hash ^= BranchId.GetHashCode();
if (DPNCGPOLFKH != false) hash ^= DPNCGPOLFKH.GetHashCode();
if (NHFELECMHIN != 0) hash ^= NHFELECMHIN.GetHashCode();
if (RerollTimes != 0) hash ^= RerollTimes.GetHashCode();
if (CheatTimes != 0) hash ^= CheatTimes.GetHashCode();
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) hash ^= DiceStatus.GetHashCode();
if (CurSurfaceId != 0) hash ^= CurSurfaceId.GetHashCode();
if (CanRerollDice != false) hash ^= CanRerollDice.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 (RerollTimes != 0) {
output.WriteRawTag(16);
output.WriteUInt32(RerollTimes);
}
if (CurBranchId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(CurBranchId);
}
if (CurSurfaceId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(CurSurfaceId);
}
if (CACKIGMCKFK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(CACKIGMCKFK);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
output.WriteRawTag(72);
output.WriteEnum((int) DiceStatus);
}
if (BranchId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(BranchId);
}
if (KDGGOKGJLMC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(KDGGOKGJLMC);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
output.WriteRawTag(96);
output.WriteEnum((int) DiceType);
}
if (CurSurfaceIndex != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CurSurfaceIndex);
}
if (CheatTimes != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CheatTimes);
}
if (DPNCGPOLFKH != false) {
output.WriteRawTag(120);
output.WriteBool(DPNCGPOLFKH);
}
if (CanRerollDice != false) {
output.WriteRawTag(144, 10);
output.WriteBool(CanRerollDice);
}
if (aMDLOMOGEOE_ != null) {
output.WriteRawTag(186, 16);
output.WriteMessage(AMDLOMOGEOE);
}
if (dice_ != null) {
output.WriteRawTag(202, 38);
output.WriteMessage(Dice);
}
if (NHFELECMHIN != 0) {
output.WriteRawTag(128, 59);
output.WriteInt32(NHFELECMHIN);
}
cLDNFIJILNP_.WriteTo(output, _repeated_cLDNFIJILNP_codec);
if (diceModifier_ != null) {
output.WriteRawTag(234, 108);
output.WriteMessage(DiceModifier);
}
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 (RerollTimes != 0) {
output.WriteRawTag(16);
output.WriteUInt32(RerollTimes);
}
if (CurBranchId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(CurBranchId);
}
if (CurSurfaceId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(CurSurfaceId);
}
if (CACKIGMCKFK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(CACKIGMCKFK);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
output.WriteRawTag(72);
output.WriteEnum((int) DiceStatus);
}
if (BranchId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(BranchId);
}
if (KDGGOKGJLMC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(KDGGOKGJLMC);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
output.WriteRawTag(96);
output.WriteEnum((int) DiceType);
}
if (CurSurfaceIndex != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CurSurfaceIndex);
}
if (CheatTimes != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CheatTimes);
}
if (DPNCGPOLFKH != false) {
output.WriteRawTag(120);
output.WriteBool(DPNCGPOLFKH);
}
if (CanRerollDice != false) {
output.WriteRawTag(144, 10);
output.WriteBool(CanRerollDice);
}
if (aMDLOMOGEOE_ != null) {
output.WriteRawTag(186, 16);
output.WriteMessage(AMDLOMOGEOE);
}
if (dice_ != null) {
output.WriteRawTag(202, 38);
output.WriteMessage(Dice);
}
if (NHFELECMHIN != 0) {
output.WriteRawTag(128, 59);
output.WriteInt32(NHFELECMHIN);
}
cLDNFIJILNP_.WriteTo(ref output, _repeated_cLDNFIJILNP_codec);
if (diceModifier_ != null) {
output.WriteRawTag(234, 108);
output.WriteMessage(DiceModifier);
}
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 (CACKIGMCKFK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CACKIGMCKFK);
}
if (CurSurfaceIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceIndex);
}
if (KDGGOKGJLMC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KDGGOKGJLMC);
}
size += cLDNFIJILNP_.CalculateSize(_repeated_cLDNFIJILNP_codec);
if (CurBranchId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurBranchId);
}
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceType);
}
if (dice_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(Dice);
}
if (diceModifier_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DiceModifier);
}
if (aMDLOMOGEOE_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(AMDLOMOGEOE);
}
if (BranchId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BranchId);
}
if (DPNCGPOLFKH != false) {
size += 1 + 1;
}
if (NHFELECMHIN != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(NHFELECMHIN);
}
if (RerollTimes != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RerollTimes);
}
if (CheatTimes != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CheatTimes);
}
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceStatus);
}
if (CurSurfaceId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceId);
}
if (CanRerollDice != false) {
size += 2 + 1;
}
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;
}
if (other.CACKIGMCKFK != 0) {
CACKIGMCKFK = other.CACKIGMCKFK;
}
if (other.CurSurfaceIndex != 0) {
CurSurfaceIndex = other.CurSurfaceIndex;
}
if (other.KDGGOKGJLMC != 0) {
KDGGOKGJLMC = other.KDGGOKGJLMC;
}
cLDNFIJILNP_.Add(other.cLDNFIJILNP_);
if (other.CurBranchId != 0) {
CurBranchId = other.CurBranchId;
}
if (other.DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
DiceType = other.DiceType;
}
if (other.dice_ != null) {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
Dice.MergeFrom(other.Dice);
}
if (other.diceModifier_ != null) {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
DiceModifier.MergeFrom(other.DiceModifier);
}
if (other.aMDLOMOGEOE_ != null) {
if (aMDLOMOGEOE_ == null) {
AMDLOMOGEOE = new global::EggLink.DanhengServer.Proto.ICNMLEMMHKL();
}
AMDLOMOGEOE.MergeFrom(other.AMDLOMOGEOE);
}
if (other.BranchId != 0) {
BranchId = other.BranchId;
}
if (other.DPNCGPOLFKH != false) {
DPNCGPOLFKH = other.DPNCGPOLFKH;
}
if (other.NHFELECMHIN != 0) {
NHFELECMHIN = other.NHFELECMHIN;
}
if (other.RerollTimes != 0) {
RerollTimes = other.RerollTimes;
}
if (other.CheatTimes != 0) {
CheatTimes = other.CheatTimes;
}
if (other.DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
DiceStatus = other.DiceStatus;
}
if (other.CurSurfaceId != 0) {
CurSurfaceId = other.CurSurfaceId;
}
if (other.CanRerollDice != false) {
CanRerollDice = other.CanRerollDice;
}
_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 16: {
RerollTimes = input.ReadUInt32();
break;
}
case 24: {
CurBranchId = input.ReadUInt32();
break;
}
case 32: {
CurSurfaceId = input.ReadUInt32();
break;
}
case 64: {
CACKIGMCKFK = input.ReadUInt32();
break;
}
case 72: {
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
break;
}
case 80: {
BranchId = input.ReadUInt32();
break;
}
case 88: {
KDGGOKGJLMC = input.ReadUInt32();
break;
}
case 96: {
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
break;
}
case 104: {
CurSurfaceIndex = input.ReadUInt32();
break;
}
case 112: {
CheatTimes = input.ReadUInt32();
break;
}
case 120: {
DPNCGPOLFKH = input.ReadBool();
break;
}
case 1296: {
CanRerollDice = input.ReadBool();
break;
}
case 2106: {
if (aMDLOMOGEOE_ == null) {
AMDLOMOGEOE = new global::EggLink.DanhengServer.Proto.ICNMLEMMHKL();
}
input.ReadMessage(AMDLOMOGEOE);
break;
}
case 4938: {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
input.ReadMessage(Dice);
break;
}
case 7552: {
NHFELECMHIN = input.ReadInt32();
break;
}
case 13066:
case 13064: {
cLDNFIJILNP_.AddEntriesFrom(input, _repeated_cLDNFIJILNP_codec);
break;
}
case 13930: {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
input.ReadMessage(DiceModifier);
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 16: {
RerollTimes = input.ReadUInt32();
break;
}
case 24: {
CurBranchId = input.ReadUInt32();
break;
}
case 32: {
CurSurfaceId = input.ReadUInt32();
break;
}
case 64: {
CACKIGMCKFK = input.ReadUInt32();
break;
}
case 72: {
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
break;
}
case 80: {
BranchId = input.ReadUInt32();
break;
}
case 88: {
KDGGOKGJLMC = input.ReadUInt32();
break;
}
case 96: {
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
break;
}
case 104: {
CurSurfaceIndex = input.ReadUInt32();
break;
}
case 112: {
CheatTimes = input.ReadUInt32();
break;
}
case 120: {
DPNCGPOLFKH = input.ReadBool();
break;
}
case 1296: {
CanRerollDice = input.ReadBool();
break;
}
case 2106: {
if (aMDLOMOGEOE_ == null) {
AMDLOMOGEOE = new global::EggLink.DanhengServer.Proto.ICNMLEMMHKL();
}
input.ReadMessage(AMDLOMOGEOE);
break;
}
case 4938: {
if (dice_ == null) {
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
}
input.ReadMessage(Dice);
break;
}
case 7552: {
NHFELECMHIN = input.ReadInt32();
break;
}
case 13066:
case 13064: {
cLDNFIJILNP_.AddEntriesFrom(ref input, _repeated_cLDNFIJILNP_codec);
break;
}
case 13930: {
if (diceModifier_ == null) {
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
}
input.ReadMessage(DiceModifier);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code