mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
update some anticheat code
This commit is contained in:
@ -42,6 +42,8 @@ namespace IW4MAdmin.Plugins.Stats.Models
|
||||
[ForeignKey("HitDestinationId")]
|
||||
public Vector3 HitDestination { get; set; }
|
||||
public double Distance { get; set; }
|
||||
public double SessionAverageSnapValue { get; set; }
|
||||
public int SessionSnapHits { get; set; }
|
||||
public int CurrentViewAngleId { get; set; }
|
||||
[ForeignKey("CurrentViewAngleId")]
|
||||
public Vector3 CurrentViewAngle { get; set; }
|
||||
|
Reference in New Issue
Block a user