mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Fix Field
This commit is contained in:
@@ -196,7 +196,7 @@ public class ChessRogueCellInstance
|
||||
RoomId = (uint)RoomId,
|
||||
//PLOEJLHMONC = true,
|
||||
//PosX = (uint)GetRow(),
|
||||
MarkType = (uint)MarkType
|
||||
//MarkType = (uint)MarkType
|
||||
};
|
||||
|
||||
if (CellAdvanceInfo.Count <= 0) return info;
|
||||
|
||||
@@ -90,7 +90,7 @@ public class ChessRogueDiceModifierInstance(int modifierId, ChessRogueDiceSurfac
|
||||
},
|
||||
ModifierInfo = new ChessRogueModifierInfo
|
||||
{
|
||||
LBMGNJJEPFM = { SelectableCells.Select(x => (uint)x) },
|
||||
GNDJCFDJHEJ = { SelectableCells.Select(x => (uint)x) },
|
||||
SelectCellId = (uint)SelectedCell,
|
||||
Confirm = IsConfirmed
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket
|
||||
{
|
||||
var proto = new RogueModifierAddNotify
|
||||
{
|
||||
Modifier = modifier.ToProto()
|
||||
CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto()
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
Reference in New Issue
Block a user