mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
MatchController: syntax
This commit is contained in:
parent
912b170989
commit
92bec39f1a
@ -108,7 +108,7 @@ public void CmdMakePlay(CellValue cellValue, NetworkConnectionToClient sender =
|
||||
mpd.currentScore = mpd.currentScore | cellValue;
|
||||
matchPlayerData[currentPlayer] = mpd;
|
||||
|
||||
boardScore = boardScore | cellValue;
|
||||
boardScore |= cellValue;
|
||||
|
||||
if (CheckWinner(mpd.currentScore))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user