Пример #1
0
 void Start()
 {
     score           = (int)player.score;
     hsd             = new HighScoreData("Divinity");
     localhighScores = hsd.getScoreList();
     if (hsd.checkScore_HighIsGood(score))
     {
         highScore = true;
     }
 }
Пример #2
0
 // Use this for initialization
 void Start () {
     HighScoreData hds = new HighScoreData("Divinity");
     highScores = hds.getScoreList();
 }