Ejemplo n.º 1
0
 public string Execute()
 {
     return(PvpScoreSystem.ServerGetPvpLeaderboardReport(sortByKillDeathRatio: false, minKills: 0));
 }
Ejemplo n.º 2
0
 public string Execute(int minKills)
 {
     return(PvpScoreSystem.ServerGetPvpLeaderboardReport(sortByKillDeathRatio: true, minKills));
 }