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

add no recoil detection

This commit is contained in:
RaidMax
2019-06-15 17:37:43 -05:00
parent 46abdd7fbc
commit 475861a769
11 changed files with 1540 additions and 34 deletions

View File

@ -14,7 +14,7 @@ namespace SharedLibraryCore.Migrations
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "2.2.2-servicing-10034");
.HasAnnotation("ProductVersion", "2.2.4-servicing-10062");
modelBuilder.Entity("IW4MAdmin.Plugins.Stats.Models.EFACSnapshot", b =>
{
@ -51,6 +51,8 @@ namespace SharedLibraryCore.Migrations
b.Property<int>("LastStrainAngleId");
b.Property<double>("RecoilOffset");
b.Property<double>("SessionAngleOffset");
b.Property<double>("SessionSPM");
@ -184,6 +186,8 @@ namespace SharedLibraryCore.Migrations
b.Property<bool>("Active");
b.Property<double>("AverageRecoilOffset");
b.Property<int>("Deaths");
b.Property<double>("EloRating");