Exemplo n.º 1
0
 public override void Update(float deltaTime)
 {
     if (StatsUpdateTimer.Finished())
     {
         UpdateStats(true);
     }
     GenerateGold(deltaTime);
     StatsUpdateTimer.Update(deltaTime);
     base.Update(deltaTime);
     Death.Update(deltaTime);
 }