public static int NumberOfBoards { get; }
Gets the total number of leaderboards currently stored in the manager.
private void OnEnable() { Debug.Log(LeaderboardManager.NumberOfBoards); }