void GetLeaderBoards() { ExperienceManager.GetHighScores(delegate(ExperienceManager.Score[] scores) { highScores = scores; }); }