Beispiel #1
0
 private void Awake()
 {
     localizationManager = FindObjectOfType <LocalizationManager>();
     //highscoreHandler = FindObjectOfType<HighscoreHandler>();
     scoreCalculator = FindObjectOfType <JH_ScoreCalculator>();
     //populateHighscore = GetComponentInChildren<PopulateHighscore> (true);
 }
Beispiel #2
0
 private void Awake()
 {
     scoreCalculator = GetComponentInChildren <JH_ScoreCalculator>();
 }