Added many things I can't recall but it has to do with inventory system and some minor fixes .. it's cool
This commit is contained in:
@@ -86,6 +86,7 @@ namespace ReallifeGamemode.Server.Models
|
||||
// Server Vehicles
|
||||
public DbSet<Entities.ServerVehicle> ServerVehicles { get; set; }
|
||||
public DbSet<Entities.VehicleMod> VehicleMods { get; set; }
|
||||
public DbSet<Entities.VehicleItem> VehicleItems { get; set; }
|
||||
|
||||
// Whitelist
|
||||
public DbSet<Entities.Whitelist> WhitelistEntries { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user