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

create shared integration for performance-based autobalance support

This commit is contained in:
RaidMax
2022-10-23 13:29:01 -05:00
parent b427a51c59
commit 34cafc4066
8 changed files with 630 additions and 45 deletions

View File

@ -32,6 +32,7 @@ namespace Data.Context
public DbSet<EFClientMessage> ClientMessages { get; set; }
public DbSet<EFServerStatistics> ServerStatistics { get; set; }
public DbSet<EFClientStatistics> ClientStatistics { get; set; }
public DbSet<EFHitLocation> HitLocations { get; set; }
public DbSet<EFClientHitStatistic> HitStatistics { get; set; }
public DbSet<EFWeapon> Weapons { get; set; }