Merge branch 'master' into Tests
continuous-integration/drone/push Build is failing Details

master
Pauline PRADY 12 months ago
commit 597a8b528c

@ -13,7 +13,7 @@
public Code(IEnumerable<Jeton> jetons) public Code(IEnumerable<Jeton> jetons)
{ {
lesJetons = new Jeton?[NbJetons]; lesJetons = new Jeton?[jetons.Count()];
foreach(Jeton jeton in jetons) foreach(Jeton jeton in jetons)
AjouterJeton(jeton); AjouterJeton(jeton);
} }

Loading…
Cancel
Save