Update GameConstants.java - Population Goal

This commit is contained in:
Dennis Weinberger 2019-03-22 19:23:38 +00:00
parent 64db36e17a
commit efaa96ff68

View file

@ -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[] = {