Beispiel #1
0
 public static void ShowLeaderboardUI(string leaderboardID, TimeScope timeScope)
 {
     GameCenterPlatform.Internal_ShowSpecificLeaderboardUI(leaderboardID, (int)timeScope);
     Debug.Log("ShowLeaderboardUI - no effect in editor");
 }