Пример #1
0
 //Methoids
 void Awake()
 {
     instance         = this;
     highscoreDisplay = GetComponent <DisplayHighScores> ();
     addHighScore     = GetComponent <AddHighScore> ();
 }