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