mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update readme
add vision average to client stats other stuff
This commit is contained in:
@ -25,6 +25,7 @@ namespace IW4MAdmin.Plugins.Stats.Models
|
||||
public double EloRating { get; set; }
|
||||
public virtual ICollection<EFHitLocationCount> HitLocations { get; set; }
|
||||
public double RollingWeightedKDR { get; set; }
|
||||
public double VisionAverage { get; set; }
|
||||
[NotMapped]
|
||||
public double Performance
|
||||
{
|
||||
|
Reference in New Issue
Block a user