Пример #1
0
 void Update()
 {
     if (timer != null)
     {
         timer.UpdateCountdown();
         if (timer.CountdownIsDone())
         {
             timer = null;
         }
     }
 }