mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-17 18:48:02 -05:00
Additional updates to support performance bucket
This commit is contained in:
@ -27,5 +27,6 @@ namespace Stats.Dtos
|
||||
public List<EFClientRankingHistory> Ratings { get; set; }
|
||||
public List<EFClientStatistics> LegacyStats { get; set; }
|
||||
public List<EFMeta> CustomMetrics { get; set; } = new();
|
||||
public string PerformanceBucket { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user