Update GameConstants.java - added TimeGoal
This commit is contained in:
parent
e2bab58dcd
commit
34ff63eab1
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ public class GameConstants {
|
||||||
|
|
||||||
public static final Goal GAME_GOALS[] = {
|
public static final Goal GAME_GOALS[] = {
|
||||||
new ConquerGoal(),
|
new ConquerGoal(),
|
||||||
|
new TimeGoal(),
|
||||||
// TODO: Add more Goals
|
// TODO: Add more Goals
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue