mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
4 lines
129 B
C#
4 lines
129 B
C#
namespace Stats.Dtos;
|
|
|
|
public record ClientRankingInfo(int CurrentRanking, int TotalRankedClients, string PerformanceBucket);
|