Add more javadoc
This commit is contained in:
parent
c3284910eb
commit
a3eab9ae7e
4 changed files with 16 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue