Exemplo n.º 1
0
 public void StartTimer(TimerData timerData)
 {
     StartCoroutine(TimerController.Countdown(timerData));
 }