Timer objective text

This commit is contained in:
Anuken 2022-04-17 20:31:49 -04:00
parent 854dbacd14
commit 9ea891bf64

View File

@ -170,7 +170,8 @@ public class MapObjectives{
public float countup;
public float duration = 60f * 30f;
public TimerObjective(float duration){
public TimerObjective(String text, float duration){
this.text = text;
this.duration = duration;
}