Exemplo n.º 1
0
 /// <summary>
 /// Update Timer sprite
 /// </summary>
 void UpdateTimerSprite()
 {
     timerSprite.Update();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Frame Update : Timer
 /// </summary>
 void UpdateTimer()
 {
     // Update Timer sprite
     timerSprite.Update();
 }