Example #1
0
 internal static void Restart(Player player, Board board)
 {
     jogadas = 0;
     currentPlayer = player;
     board.Restart();
 }