mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-21 04:30:30 -05:00
Additional updates to support performance bucket
This commit is contained in:
3
Plugins/Stats/Dtos/ClientRankingInfo.cs
Normal file
3
Plugins/Stats/Dtos/ClientRankingInfo.cs
Normal file
@ -0,0 +1,3 @@
|
||||
namespace Stats.Dtos;
|
||||
|
||||
public record ClientRankingInfo(int CurrentRanking, int TotalRankedClients, string PerformanceBucket);
|
Reference in New Issue
Block a user