Actualiser fr/iut_fbleau/Bot/DivineBot.java

This commit is contained in:
2026-02-05 22:35:06 +01:00
parent 88df11dc03
commit ebfc9d7d78

View File

@@ -34,7 +34,7 @@ public class DivineBot extends AbstractGamePlayer {
public DivineBot(Player p, int maxDepth) {
super(p);
this.me = p;
this.maxDepth = 2;
this.maxDepth = maxDepth;
}
// Méthodes