示例#1
0
 /// <summary>
 /// Tells the PlayerScoresScript to save the scores to PlayerPrefs.
 /// Dont confuse this with calling PlayerPrefs.Save()
 /// </summary>
 public void SaveScores()
 {
     pss.SaveScores();
 }