Beispiel #1
0
 /// <summary>
 /// Event clled on rank display change.
 /// </summary>
 private void OnRankDisplayChange(RankDisplayType type)
 {
     RequestRankings();
 }
Beispiel #2
0
 /// <summary>
 /// Sets the type of rank display source.
 /// </summary>
 public void SetRankDisplay(RankDisplayType type)
 {
     GameConfiguration.RankDisplay.Value = type;
     GameConfiguration.Save();
 }