예제 #1
0
 public void Run()
 {
     if (counter > 0)
     {
         TimerManager.ActivateTimer(this);
     }
     else
     {
         Debug.Log("Trying to activate timer with <= 0 time");
     }
     IsRunning = true;
 }