Exemple #1
0
    public void RefreshScores()
    {
        m_HighscoreSystem.UpdateHighscores();

        m_TextInfo.text = "Fetching highscores";
        ShowInfo();
    }
Exemple #2
0
 private void OnEnable()
 {
     m_HighscoreSystem.UpdateHighscores();
 }