Exemple #1
0
 public CompactCollection <Catch> GlobalLeaderboardCompact(string data, string userId)
 {
     return(new CompactCollection <Catch>(FishingSystem.GetLeaderboard(), x => $"{x.Fish.Name}|{x.Length}|{x.Weight}|{UserLookup.GetUsername(x.UserId)};"));
 }