Beispiel #1
0
 private void Start()
 {
     UpdateScore();
     remainingLives      = startingLives;
     remainingEnemyCount = enemyCountPerWave;
     sc = Soundcontroller.FindSoundController();
 }
Beispiel #2
0
 private void Start()
 {
     UpdateScore();
     remainingLives = startingLives;
     sc             = Soundcontroller.FindSoundController();
 }