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