mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
858 lines
31 KiB
C#
858 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(
|
|
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aEUpQRUdPR05EUEpKLnByb3Rv",
|
|
"GhNSb2d1ZU1vZGlmaWVyLnByb3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1cy5w",
|
|
"cm90bxoYQ2hlc3NSb2d1ZURpY2VUeXBlLnByb3RvGhRDaGVzc1JvZ3VlRGlj",
|
|
"ZS5wcm90byLuAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhMKC2NoZWF0X3RpbWVz",
|
|
"GAsgASgNEhsKE2dhbWVfZGljZV9icmFuY2hfaWQYDSABKA0SFAoLSEhDSk5K",
|
|
"S0pJS0YY7gIgASgFEhMKC0hFTENNQkRDRUNIGAYgASgNEhMKC0FNRkJEREFD",
|
|
"SEtCGAkgASgIEiIKC0lQTkZISkVGR0FNGOwKIAEoCzIMLkpQRUdPR05EUEpK",
|
|
"Eh4KBGRpY2UYjAQgASgLMg8uQ2hlc3NSb2d1ZURpY2USEwoLTEpERENCTktF",
|
|
"Qk4YDiABKA0SFAoMcmVyb2xsX3RpbWVzGAUgASgNEhgKD2Nhbl9yZXJvbGxf",
|
|
"ZGljZRiSCiABKAgSKgoLZGljZV9zdGF0dXMYByABKA4yFS5DaGVzc1JvZ3Vl",
|
|
"RGljZVN0YXR1cxImCglkaWNlX3R5cGUYBCABKA4yEy5DaGVzc1JvZ3VlRGlj",
|
|
"ZVR5cGUSFgoOY3VyX3N1cmZhY2VfaWQYAyABKA0SGwoTY3VyX3N1cmZhY2Vf",
|
|
"c2xvdF9pZBgCIAEoDRImCg1kaWNlX21vZGlmaWVyGOsHIAEoCzIOLlJvZ3Vl",
|
|
"TW9kaWZpZXISFAoLQUpNTEdJQ0FHQkQY0gIgAygNEhYKDmdhbWVfYnJhbmNo",
|
|
"X2lkGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
|
"b3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JPEGOGNDPJJReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.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[]{ "CheatTimes", "GameDiceBranchId", "HHCJNJKJIKF", "HELCMBDCECH", "AMFBDDACHKB", "IPNFHJEFGAM", "Dice", "LJDDCBNKEBN", "RerollTimes", "CanRerollDice", "DiceStatus", "DiceType", "CurSurfaceId", "CurSurfaceSlotId", "DiceModifier", "AJMLGICAGBD", "GameBranchId" }, 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() {
|
|
cheatTimes_ = other.cheatTimes_;
|
|
gameDiceBranchId_ = other.gameDiceBranchId_;
|
|
hHCJNJKJIKF_ = other.hHCJNJKJIKF_;
|
|
hELCMBDCECH_ = other.hELCMBDCECH_;
|
|
aMFBDDACHKB_ = other.aMFBDDACHKB_;
|
|
iPNFHJEFGAM_ = other.iPNFHJEFGAM_ != null ? other.iPNFHJEFGAM_.Clone() : null;
|
|
dice_ = other.dice_ != null ? other.dice_.Clone() : null;
|
|
lJDDCBNKEBN_ = other.lJDDCBNKEBN_;
|
|
rerollTimes_ = other.rerollTimes_;
|
|
canRerollDice_ = other.canRerollDice_;
|
|
diceStatus_ = other.diceStatus_;
|
|
diceType_ = other.diceType_;
|
|
curSurfaceId_ = other.curSurfaceId_;
|
|
curSurfaceSlotId_ = other.curSurfaceSlotId_;
|
|
diceModifier_ = other.diceModifier_ != null ? other.diceModifier_.Clone() : null;
|
|
aJMLGICAGBD_ = other.aJMLGICAGBD_.Clone();
|
|
gameBranchId_ = other.gameBranchId_;
|
|
_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 "cheat_times" field.</summary>
|
|
public const int CheatTimesFieldNumber = 11;
|
|
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 "game_dice_branch_id" field.</summary>
|
|
public const int GameDiceBranchIdFieldNumber = 13;
|
|
private uint gameDiceBranchId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GameDiceBranchId {
|
|
get { return gameDiceBranchId_; }
|
|
set {
|
|
gameDiceBranchId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HHCJNJKJIKF" field.</summary>
|
|
public const int HHCJNJKJIKFFieldNumber = 366;
|
|
private int hHCJNJKJIKF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int HHCJNJKJIKF {
|
|
get { return hHCJNJKJIKF_; }
|
|
set {
|
|
hHCJNJKJIKF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HELCMBDCECH" field.</summary>
|
|
public const int HELCMBDCECHFieldNumber = 6;
|
|
private uint hELCMBDCECH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HELCMBDCECH {
|
|
get { return hELCMBDCECH_; }
|
|
set {
|
|
hELCMBDCECH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AMFBDDACHKB" field.</summary>
|
|
public const int AMFBDDACHKBFieldNumber = 9;
|
|
private bool aMFBDDACHKB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool AMFBDDACHKB {
|
|
get { return aMFBDDACHKB_; }
|
|
set {
|
|
aMFBDDACHKB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IPNFHJEFGAM" field.</summary>
|
|
public const int IPNFHJEFGAMFieldNumber = 1388;
|
|
private global::EggLink.DanhengServer.Proto.JPEGOGNDPJJ iPNFHJEFGAM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.JPEGOGNDPJJ IPNFHJEFGAM {
|
|
get { return iPNFHJEFGAM_; }
|
|
set {
|
|
iPNFHJEFGAM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dice" field.</summary>
|
|
public const int DiceFieldNumber = 524;
|
|
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 "LJDDCBNKEBN" field.</summary>
|
|
public const int LJDDCBNKEBNFieldNumber = 14;
|
|
private uint lJDDCBNKEBN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LJDDCBNKEBN {
|
|
get { return lJDDCBNKEBN_; }
|
|
set {
|
|
lJDDCBNKEBN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "reroll_times" field.</summary>
|
|
public const int RerollTimesFieldNumber = 5;
|
|
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 "can_reroll_dice" field.</summary>
|
|
public const int CanRerollDiceFieldNumber = 1298;
|
|
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 "dice_status" field.</summary>
|
|
public const int DiceStatusFieldNumber = 7;
|
|
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 "dice_type" field.</summary>
|
|
public const int DiceTypeFieldNumber = 4;
|
|
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 "cur_surface_id" field.</summary>
|
|
public const int CurSurfaceIdFieldNumber = 3;
|
|
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 "cur_surface_slot_id" field.</summary>
|
|
public const int CurSurfaceSlotIdFieldNumber = 2;
|
|
private uint curSurfaceSlotId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CurSurfaceSlotId {
|
|
get { return curSurfaceSlotId_; }
|
|
set {
|
|
curSurfaceSlotId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dice_modifier" field.</summary>
|
|
public const int DiceModifierFieldNumber = 1003;
|
|
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 "AJMLGICAGBD" field.</summary>
|
|
public const int AJMLGICAGBDFieldNumber = 338;
|
|
private static readonly pb::FieldCodec<uint> _repeated_aJMLGICAGBD_codec
|
|
= pb::FieldCodec.ForUInt32(2706);
|
|
private readonly pbc::RepeatedField<uint> aJMLGICAGBD_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> AJMLGICAGBD {
|
|
get { return aJMLGICAGBD_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "game_branch_id" field.</summary>
|
|
public const int GameBranchIdFieldNumber = 10;
|
|
private uint gameBranchId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GameBranchId {
|
|
get { return gameBranchId_; }
|
|
set {
|
|
gameBranchId_ = 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 (CheatTimes != other.CheatTimes) return false;
|
|
if (GameDiceBranchId != other.GameDiceBranchId) return false;
|
|
if (HHCJNJKJIKF != other.HHCJNJKJIKF) return false;
|
|
if (HELCMBDCECH != other.HELCMBDCECH) return false;
|
|
if (AMFBDDACHKB != other.AMFBDDACHKB) return false;
|
|
if (!object.Equals(IPNFHJEFGAM, other.IPNFHJEFGAM)) return false;
|
|
if (!object.Equals(Dice, other.Dice)) return false;
|
|
if (LJDDCBNKEBN != other.LJDDCBNKEBN) return false;
|
|
if (RerollTimes != other.RerollTimes) return false;
|
|
if (CanRerollDice != other.CanRerollDice) return false;
|
|
if (DiceStatus != other.DiceStatus) return false;
|
|
if (DiceType != other.DiceType) return false;
|
|
if (CurSurfaceId != other.CurSurfaceId) return false;
|
|
if (CurSurfaceSlotId != other.CurSurfaceSlotId) return false;
|
|
if (!object.Equals(DiceModifier, other.DiceModifier)) return false;
|
|
if(!aJMLGICAGBD_.Equals(other.aJMLGICAGBD_)) return false;
|
|
if (GameBranchId != other.GameBranchId) 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 (CheatTimes != 0) hash ^= CheatTimes.GetHashCode();
|
|
if (GameDiceBranchId != 0) hash ^= GameDiceBranchId.GetHashCode();
|
|
if (HHCJNJKJIKF != 0) hash ^= HHCJNJKJIKF.GetHashCode();
|
|
if (HELCMBDCECH != 0) hash ^= HELCMBDCECH.GetHashCode();
|
|
if (AMFBDDACHKB != false) hash ^= AMFBDDACHKB.GetHashCode();
|
|
if (iPNFHJEFGAM_ != null) hash ^= IPNFHJEFGAM.GetHashCode();
|
|
if (dice_ != null) hash ^= Dice.GetHashCode();
|
|
if (LJDDCBNKEBN != 0) hash ^= LJDDCBNKEBN.GetHashCode();
|
|
if (RerollTimes != 0) hash ^= RerollTimes.GetHashCode();
|
|
if (CanRerollDice != false) hash ^= CanRerollDice.GetHashCode();
|
|
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) hash ^= DiceStatus.GetHashCode();
|
|
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) hash ^= DiceType.GetHashCode();
|
|
if (CurSurfaceId != 0) hash ^= CurSurfaceId.GetHashCode();
|
|
if (CurSurfaceSlotId != 0) hash ^= CurSurfaceSlotId.GetHashCode();
|
|
if (diceModifier_ != null) hash ^= DiceModifier.GetHashCode();
|
|
hash ^= aJMLGICAGBD_.GetHashCode();
|
|
if (GameBranchId != 0) hash ^= GameBranchId.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 (CurSurfaceSlotId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(CurSurfaceSlotId);
|
|
}
|
|
if (CurSurfaceId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CurSurfaceId);
|
|
}
|
|
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) DiceType);
|
|
}
|
|
if (RerollTimes != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(RerollTimes);
|
|
}
|
|
if (HELCMBDCECH != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HELCMBDCECH);
|
|
}
|
|
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
|
output.WriteRawTag(56);
|
|
output.WriteEnum((int) DiceStatus);
|
|
}
|
|
if (AMFBDDACHKB != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(AMFBDDACHKB);
|
|
}
|
|
if (GameBranchId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(GameBranchId);
|
|
}
|
|
if (CheatTimes != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(CheatTimes);
|
|
}
|
|
if (GameDiceBranchId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GameDiceBranchId);
|
|
}
|
|
if (LJDDCBNKEBN != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(LJDDCBNKEBN);
|
|
}
|
|
aJMLGICAGBD_.WriteTo(output, _repeated_aJMLGICAGBD_codec);
|
|
if (HHCJNJKJIKF != 0) {
|
|
output.WriteRawTag(240, 22);
|
|
output.WriteInt32(HHCJNJKJIKF);
|
|
}
|
|
if (dice_ != null) {
|
|
output.WriteRawTag(226, 32);
|
|
output.WriteMessage(Dice);
|
|
}
|
|
if (diceModifier_ != null) {
|
|
output.WriteRawTag(218, 62);
|
|
output.WriteMessage(DiceModifier);
|
|
}
|
|
if (CanRerollDice != false) {
|
|
output.WriteRawTag(144, 81);
|
|
output.WriteBool(CanRerollDice);
|
|
}
|
|
if (iPNFHJEFGAM_ != null) {
|
|
output.WriteRawTag(226, 86);
|
|
output.WriteMessage(IPNFHJEFGAM);
|
|
}
|
|
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 (CurSurfaceSlotId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(CurSurfaceSlotId);
|
|
}
|
|
if (CurSurfaceId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CurSurfaceId);
|
|
}
|
|
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) DiceType);
|
|
}
|
|
if (RerollTimes != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(RerollTimes);
|
|
}
|
|
if (HELCMBDCECH != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HELCMBDCECH);
|
|
}
|
|
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
|
output.WriteRawTag(56);
|
|
output.WriteEnum((int) DiceStatus);
|
|
}
|
|
if (AMFBDDACHKB != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(AMFBDDACHKB);
|
|
}
|
|
if (GameBranchId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(GameBranchId);
|
|
}
|
|
if (CheatTimes != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(CheatTimes);
|
|
}
|
|
if (GameDiceBranchId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GameDiceBranchId);
|
|
}
|
|
if (LJDDCBNKEBN != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(LJDDCBNKEBN);
|
|
}
|
|
aJMLGICAGBD_.WriteTo(ref output, _repeated_aJMLGICAGBD_codec);
|
|
if (HHCJNJKJIKF != 0) {
|
|
output.WriteRawTag(240, 22);
|
|
output.WriteInt32(HHCJNJKJIKF);
|
|
}
|
|
if (dice_ != null) {
|
|
output.WriteRawTag(226, 32);
|
|
output.WriteMessage(Dice);
|
|
}
|
|
if (diceModifier_ != null) {
|
|
output.WriteRawTag(218, 62);
|
|
output.WriteMessage(DiceModifier);
|
|
}
|
|
if (CanRerollDice != false) {
|
|
output.WriteRawTag(144, 81);
|
|
output.WriteBool(CanRerollDice);
|
|
}
|
|
if (iPNFHJEFGAM_ != null) {
|
|
output.WriteRawTag(226, 86);
|
|
output.WriteMessage(IPNFHJEFGAM);
|
|
}
|
|
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 (CheatTimes != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CheatTimes);
|
|
}
|
|
if (GameDiceBranchId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameDiceBranchId);
|
|
}
|
|
if (HHCJNJKJIKF != 0) {
|
|
size += 2 + pb::CodedOutputStream.ComputeInt32Size(HHCJNJKJIKF);
|
|
}
|
|
if (HELCMBDCECH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HELCMBDCECH);
|
|
}
|
|
if (AMFBDDACHKB != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (iPNFHJEFGAM_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(IPNFHJEFGAM);
|
|
}
|
|
if (dice_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(Dice);
|
|
}
|
|
if (LJDDCBNKEBN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJDDCBNKEBN);
|
|
}
|
|
if (RerollTimes != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RerollTimes);
|
|
}
|
|
if (CanRerollDice != false) {
|
|
size += 2 + 1;
|
|
}
|
|
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceStatus);
|
|
}
|
|
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceType);
|
|
}
|
|
if (CurSurfaceId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceId);
|
|
}
|
|
if (CurSurfaceSlotId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceSlotId);
|
|
}
|
|
if (diceModifier_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DiceModifier);
|
|
}
|
|
size += aJMLGICAGBD_.CalculateSize(_repeated_aJMLGICAGBD_codec);
|
|
if (GameBranchId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameBranchId);
|
|
}
|
|
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.CheatTimes != 0) {
|
|
CheatTimes = other.CheatTimes;
|
|
}
|
|
if (other.GameDiceBranchId != 0) {
|
|
GameDiceBranchId = other.GameDiceBranchId;
|
|
}
|
|
if (other.HHCJNJKJIKF != 0) {
|
|
HHCJNJKJIKF = other.HHCJNJKJIKF;
|
|
}
|
|
if (other.HELCMBDCECH != 0) {
|
|
HELCMBDCECH = other.HELCMBDCECH;
|
|
}
|
|
if (other.AMFBDDACHKB != false) {
|
|
AMFBDDACHKB = other.AMFBDDACHKB;
|
|
}
|
|
if (other.iPNFHJEFGAM_ != null) {
|
|
if (iPNFHJEFGAM_ == null) {
|
|
IPNFHJEFGAM = new global::EggLink.DanhengServer.Proto.JPEGOGNDPJJ();
|
|
}
|
|
IPNFHJEFGAM.MergeFrom(other.IPNFHJEFGAM);
|
|
}
|
|
if (other.dice_ != null) {
|
|
if (dice_ == null) {
|
|
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
|
|
}
|
|
Dice.MergeFrom(other.Dice);
|
|
}
|
|
if (other.LJDDCBNKEBN != 0) {
|
|
LJDDCBNKEBN = other.LJDDCBNKEBN;
|
|
}
|
|
if (other.RerollTimes != 0) {
|
|
RerollTimes = other.RerollTimes;
|
|
}
|
|
if (other.CanRerollDice != false) {
|
|
CanRerollDice = other.CanRerollDice;
|
|
}
|
|
if (other.DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
|
DiceStatus = other.DiceStatus;
|
|
}
|
|
if (other.DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
|
DiceType = other.DiceType;
|
|
}
|
|
if (other.CurSurfaceId != 0) {
|
|
CurSurfaceId = other.CurSurfaceId;
|
|
}
|
|
if (other.CurSurfaceSlotId != 0) {
|
|
CurSurfaceSlotId = other.CurSurfaceSlotId;
|
|
}
|
|
if (other.diceModifier_ != null) {
|
|
if (diceModifier_ == null) {
|
|
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
|
|
}
|
|
DiceModifier.MergeFrom(other.DiceModifier);
|
|
}
|
|
aJMLGICAGBD_.Add(other.aJMLGICAGBD_);
|
|
if (other.GameBranchId != 0) {
|
|
GameBranchId = other.GameBranchId;
|
|
}
|
|
_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: {
|
|
CurSurfaceSlotId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
CurSurfaceId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 40: {
|
|
RerollTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HELCMBDCECH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 72: {
|
|
AMFBDDACHKB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
GameBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CheatTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GameDiceBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
LJDDCBNKEBN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 2706:
|
|
case 2704: {
|
|
aJMLGICAGBD_.AddEntriesFrom(input, _repeated_aJMLGICAGBD_codec);
|
|
break;
|
|
}
|
|
case 2928: {
|
|
HHCJNJKJIKF = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 4194: {
|
|
if (dice_ == null) {
|
|
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
|
|
}
|
|
input.ReadMessage(Dice);
|
|
break;
|
|
}
|
|
case 8026: {
|
|
if (diceModifier_ == null) {
|
|
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
|
|
}
|
|
input.ReadMessage(DiceModifier);
|
|
break;
|
|
}
|
|
case 10384: {
|
|
CanRerollDice = input.ReadBool();
|
|
break;
|
|
}
|
|
case 11106: {
|
|
if (iPNFHJEFGAM_ == null) {
|
|
IPNFHJEFGAM = new global::EggLink.DanhengServer.Proto.JPEGOGNDPJJ();
|
|
}
|
|
input.ReadMessage(IPNFHJEFGAM);
|
|
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: {
|
|
CurSurfaceSlotId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
CurSurfaceId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
DiceType = (global::EggLink.DanhengServer.Proto.ChessRogueDiceType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 40: {
|
|
RerollTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HELCMBDCECH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
DiceStatus = (global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 72: {
|
|
AMFBDDACHKB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
GameBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CheatTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GameDiceBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
LJDDCBNKEBN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 2706:
|
|
case 2704: {
|
|
aJMLGICAGBD_.AddEntriesFrom(ref input, _repeated_aJMLGICAGBD_codec);
|
|
break;
|
|
}
|
|
case 2928: {
|
|
HHCJNJKJIKF = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 4194: {
|
|
if (dice_ == null) {
|
|
Dice = new global::EggLink.DanhengServer.Proto.ChessRogueDice();
|
|
}
|
|
input.ReadMessage(Dice);
|
|
break;
|
|
}
|
|
case 8026: {
|
|
if (diceModifier_ == null) {
|
|
DiceModifier = new global::EggLink.DanhengServer.Proto.RogueModifier();
|
|
}
|
|
input.ReadMessage(DiceModifier);
|
|
break;
|
|
}
|
|
case 10384: {
|
|
CanRerollDice = input.ReadBool();
|
|
break;
|
|
}
|
|
case 11106: {
|
|
if (iPNFHJEFGAM_ == null) {
|
|
IPNFHJEFGAM = new global::EggLink.DanhengServer.Proto.JPEGOGNDPJJ();
|
|
}
|
|
input.ReadMessage(IPNFHJEFGAM);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|