Add 30 seconds EndCountdown for TowerRun

This commit is contained in:
2025-03-29 19:53:09 +01:00
parent 0da3ebfbcc
commit 4c8a03ac9c
@@ -41,7 +41,7 @@ public class EndCountdown extends Countdown {
@Override
int defaultTime() {
return 10;
return 30;
}
@Override