Format code

This commit is contained in:
2026-05-16 23:08:09 +02:00
parent 81dd8045f2
commit d110df924e
562 changed files with 11025 additions and 10059 deletions
@@ -43,13 +43,22 @@ public abstract class Countdown extends GameStateToggleListener {
int defaultTime() {
return 0;
}
void timerEnd() {}
void timerEnd() {
}
boolean timerShouldCancel() {
return true;
}
void run() {}
void timerStart() {}
void timerReset() {}
void run() {
}
void timerStart() {
}
void timerReset() {
}
private void timer() {
if (timerShouldCancel()) {