예제 #1
0
 public LeaderboardController UpdateLevelsLeaderboard()
 {
     _playFabManager.GetPlayersLevelLeaderboard();
     return(this);
 }