start implementation for per server top stats

issue #39
This commit is contained in:
RaidMax
2019-02-25 19:36:10 -06:00
parent 61f1436faf
commit d318a57830
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; }
}
}