Beispiel #1
0
 public void IncrementBossesKilled()
 {
     bossesKilled.AddValue(1);
 }
Beispiel #2
0
 private void TimerFinished(float secondsOverflow)
 {
     textScore.AddValue(pointsPerSecondPlaying);
 }