rien change
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

pull/109/head
Lucas DUFLOT 1 year ago
parent 2595ac686f
commit 2685063b5e

@ -85,7 +85,7 @@ class Program
static void OnPlayerOption(object sender, PlayerOptionEventArgs e) static void OnPlayerOption(object sender, PlayerOptionEventArgs e)
{ {
Console.WriteLine(); Console.WriteLine();
if(e.Turn != 1) if (e.Turn != 1)
{ {
IEnumerable<Cell> PlayedCellsQuery = IEnumerable<Cell> PlayedCellsQuery =
from cell in e.Board from cell in e.Board
@ -110,6 +110,7 @@ class Program
Console.Write($"{e.Resultat}"); Console.Write($"{e.Resultat}");
Console.ResetColor(); Console.ResetColor();
} }
} }
} }
} }

Loading…
Cancel
Save