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

@@ -124,4 +124,8 @@ public class CommandExecutor {
public void close() {
this.dispatcher.close();
}
public List<GameListener> getListeners() {
return this.dispatcher.getListeners();
}
}