Example #1
0
 public Countdown(TickableManager tickableManager)
 {
     tickableManager.Add(this);
     tickableManager.Initialize();
 }