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