SteamWar/FightSystem
Archiviert
13
1

Countdown is now private static

Dieser Commit ist enthalten in:
Zeanon 2021-06-21 19:55:37 +02:00
Ursprung 6db428f134
Commit ad0c811082

Datei anzeigen

@ -138,7 +138,7 @@ public class HellsBells {
}.register();
}
class HellsBellsCountdown extends Countdown {
private static class HellsBellsCountdown extends Countdown {
public HellsBellsCountdown(int time) {
super(time, SWSound.BLOCK_NOTE_BASS, true);