Пример #1
0
 private void SetWinner(Move.Move move)
 {
     if (_board.IsWinner(move))
     {
         Winner = move.Player;
     }
 }