void FixedUpdate() { _time -= Time.deltaTime; _time = (float)Math.Round(_time, 2); _ingameUI.UpdateUI(); }