Exemplo n.º 1
0
 public ActionTimer(float time, TimerExpireDelegate callback)
 {
     TimeLimit           = time;
     TimerExpireCallback = callback;
     Enabled             = false;
 }
Exemplo n.º 2
0
 public ActionTimer(float time, TimerExpireDelegate callback)
 {
     TimeLimit = time;
     TimerExpireCallback = callback;
     Enabled = false;
 }