Esempio n. 1
0
 private void StartTimer(MyTimer timer, float duration)
 {
     timer.duration = duration;
     timer.Go();
 }