Update GameConstants.java - Population Goal
This commit is contained in:
parent
64db36e17a
commit
efaa96ff68
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class GameConstants {
|
||||||
new ConquerGoal(),
|
new ConquerGoal(),
|
||||||
new TimeGoal(),
|
new TimeGoal(),
|
||||||
new CaptureTheFlagGoal(),
|
new CaptureTheFlagGoal(),
|
||||||
|
new PopulationGoal(),
|
||||||
};
|
};
|
||||||
|
|
||||||
public static final Class<?> PLAYER_TYPES[] = {
|
public static final Class<?> PLAYER_TYPES[] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue