AUTOPLAY une nouvellle fois

This commit is contained in:
2026-01-30 09:32:17 +01:00
parent a7d3e9d138
commit 3aec1d3f6e
2 changed files with 3 additions and 3 deletions

View File

@@ -34,8 +34,8 @@ public abstract class AbstractGame {
// constructeur à appeler dans le constructeur d'un fils concret avec super.
public AbstractGame(IBoard b, EnumMap<Player,AbstractGamePlayer> m){
this.currentBoard=b;
this.mapPlayers=m;
this.currentBoard=b;
this.mapPlayers=m;
}
/**