Actualiser fr/iut_fbleau/Bot/DivineBot.java
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user