Javadoc for goals

This commit is contained in:
joachimschmidt557 2019-03-26 17:55:53 +01:00
parent c348da2de2
commit c3284910eb
4 changed files with 28 additions and 0 deletions

View file

@ -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");
}