Add TIME_TO_FINISH to TIME_SURVIVAL goal

This commit is contained in:
Daniel Saukel 2021-10-24 06:42:02 +02:00
parent ef0875c41d
commit 04edd72d4d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class GameGoal extends GameRuleContainer {
/** /**
* The game ends after a specific time. The goal is to survive until then. * The game ends after a specific time. The goal is to survive until then.
*/ */
TIME_SURVIVAL; TIME_SURVIVAL(TIME_TO_FINISH);
private GameRule[] components; private GameRule[] components;