Fix Field

This commit is contained in:
StopWuyu
2024-10-13 10:55:49 +08:00
parent b98dab870e
commit 2df9713bd6
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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
}

View File

@@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket
{
var proto = new RogueModifierAddNotify
{
Modifier = modifier.ToProto()
CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto()
};
SetData(proto);