1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

start implementation for per server top stats

issue #39
This commit is contained in:
RaidMax
2019-02-25 19:36:10 -06:00
parent ce40c867fc
commit 03c90aeae2
11 changed files with 106 additions and 13 deletions

View File

@ -18,5 +18,6 @@ namespace IW4MAdmin.Plugins.Stats.Web.Dtos
public int Deaths { get; set; }
public int RatingChange { get; set; }
public List<double> PerformanceHistory { get; set; }
public List<ServerInfo> Servers { get; set; }
}
}