j'essaie de réparer le tu de sonar
continuous-integration/drone/push Build is failing Details

master
Céleste BARBOSA 11 months ago
parent e800087b0c
commit 680a80a8a8

@ -85,14 +85,8 @@ namespace CoreLibrary.Regles
throw new PartieNonCommenceeException(); throw new PartieNonCommenceeException();
} }
if(joueurCourant.HasValue)
++joueurCourant; ++joueurCourant;
if (joueurCourant >= joueurs.Length)
{
joueurCourant = 0;
}
} }
/// <summary> /// <summary>

Loading…
Cancel
Save