Exemple #1
0
 void Start()
 {
     choicePanel.SetActive(false);
     prefs = new PrefsManager();
     SetHighScore(prefs.GetHighScore());
 }