public override void Update(GameTime gt) { base.Update(gt); if (bSelected || bWasSelected) { tu.Tick(gt); while (tu.Ding()) { stepsTaken++; } } }