Add more javadoc

This commit is contained in:
joachimschmidt557 2019-03-26 18:05:58 +01:00
parent c3284910eb
commit a3eab9ae7e
4 changed files with 16 additions and 5 deletions

View file

@ -10,6 +10,11 @@ import game.Goal;
import game.Player;
import game.map.Castle;
/**
* Derjenige Spieler gewinnt, der als erstes jeweils 10 Truppen auf 5 Burgen bringt
* @author dennis
*
*/
public class PopulationGoal extends Goal {
private int populationNeeded = 10;