Update TimeGoal.java
This commit is contained in:
parent
3c5290aef1
commit
e2bab58dcd
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ public class TimeGoal extends Goal {
|
||||||
|
|
||||||
public TimeGoal(int maxRounds) {
|
public TimeGoal(int maxRounds) {
|
||||||
super("Countdown", "Derjenige Spieler gewinnt, der nach " + maxRounds + " Runden die meisten Burgen besitzt.");
|
super("Countdown", "Derjenige Spieler gewinnt, der nach " + maxRounds + " Runden die meisten Burgen besitzt.");
|
||||||
|
this.maxRounds = maxRounds;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue