コード例 #1
0
 private void RetrieveScoresFromServer()
 {
     scoreboardManager.GetScores((l) => scoreboardManager.PopulateScoreTable(l));
 }