Merge changes on dev

This commit is contained in:
lieght
2026-01-16 14:45:48 +01:00
parent d02c7bd095
commit 95e96583ec
9 changed files with 54 additions and 48 deletions

View File

@@ -57,4 +57,8 @@ public class ArtificialPlayer extends AbstractPlayer {
public ArtificialPlayer deepCopy() {
return new ArtificialPlayer(this);
}
public AI getAi() {
return ai;
}
}