示例#1
0
 void Awake()
 {
     highScores = HighScoreXML.Load <HighScoreXML>();
     InvokeRepeating("UpdateScores", 0f, 300f);
     s_instance = this;
 }