feat: add app chooser
All checks were successful
Linux arm64 / Build (push) Successful in 43s

This commit is contained in:
2025-05-26 21:33:02 +02:00
parent 9d65432eff
commit 86ea62614b
11 changed files with 319 additions and 62 deletions

View File

@@ -38,4 +38,8 @@ public abstract class AI extends GameAdapter implements AIActions {
return this.commandExecutor;
}
public Color getColor() {
return color;
}
}