bool TimeUp() { if (currentTime <= 0) { UITimer.DisableAllDots(); UITimer.ResetAnimatorBools(); return(true); } else { return(false); } }