Update GameConstants.java - added TimeGoal

This commit is contained in:
Dennis Weinberger 2019-03-21 15:18:02 +00:00
parent e2bab58dcd
commit 34ff63eab1

View file

@ -30,6 +30,7 @@ public class GameConstants {
public static final Goal GAME_GOALS[] = {
new ConquerGoal(),
new TimeGoal(),
// TODO: Add more Goals
};