Exemplo n.º 1
0
 private static void Init()
 {
     collection = new TimerBarCollection();
     hungryBar  = new TimerBarProgress("Hungry");
     collection.Add(hungryBar);
 }