Added dynamic whitelist

This commit is contained in:
hydrant
2018-12-02 16:54:29 +01:00
parent a9d6cef952
commit 4c6fcf8a11
4 changed files with 89 additions and 22 deletions

View File

@@ -91,5 +91,8 @@ namespace reallife_gamemode.Model
// Server Vehicles
public DbSet<Server.Entities.ServerVehicle> ServerVehicles { get; set; }
public DbSet<Server.Entities.VehicleMod> VehicleMods { get; set; }
// Whitelist
public DbSet<Server.Entities.Whitelist> WhitelistEntries { get; set; }
}
}