mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update some anticheat code
This commit is contained in:
@ -27,6 +27,8 @@ namespace SharedLibraryCore.Migrations
|
||||
|
||||
b.Property<int>("CurrentSessionLength");
|
||||
|
||||
b.Property<double>("SessionAverageSnapValue");
|
||||
|
||||
b.Property<double>("CurrentStrain");
|
||||
|
||||
b.Property<int>("CurrentViewAngleId");
|
||||
@ -59,6 +61,8 @@ namespace SharedLibraryCore.Migrations
|
||||
|
||||
b.Property<int>("SessionScore");
|
||||
|
||||
b.Property<int>("SessionSnapHits");
|
||||
|
||||
b.Property<double>("StrainAngleBetween");
|
||||
|
||||
b.Property<int>("TimeSinceLastEvent");
|
||||
|
Reference in New Issue
Block a user