Javadoc for goals
This commit is contained in:
parent
c348da2de2
commit
c3284910eb
4 changed files with 28 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ public class PopulationGoal extends Goal {
|
|||
private int populationNeeded = 10;
|
||||
private int castlesNeeded = 5;
|
||||
|
||||
/**
|
||||
* Creates a new population goal
|
||||
*/
|
||||
public PopulationGoal() {
|
||||
super("Bevölkerung", "Derjenige Spieler gewinnt, der als erstes jeweils 10 Truppen auf 5 Burgen bringt");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue