void Awake()
 {
     instance          = this;
     highscoresDisplay = GetComponent <DisplayLeaderboard>();
 }
Beispiel #2
0
 void Awake()
 {
     highscoreDisplay = GetComponent <DisplayLeaderboard> ();
 }