Ejemplo n.º 1
0
 public void Countdown(float duration, bool showAsWholeSeconds)
 {
     OnCountdown?.Invoke(duration, showAsWholeSeconds);
 }