NoobSpawn, NoobSpawnRollerSystem

This commit is contained in:
Mac_Slash
2020-04-24 02:39:07 +02:00
parent 3258f68e76
commit 55a9383052
7 changed files with 194 additions and 4 deletions

View File

@@ -139,6 +139,9 @@ namespace ReallifeGamemode.Database.Models
//Noob Vehicles
public DbSet<Entities.NoobVehicle> NoobVehicles { get; set; }
//Noob Spawn Vehicles
public DbSet<Entities.NoobSpawnVehicle> NoobSpawnVehicles { get; set; }
//Gangwar
public DbSet<Entities.Turfs> Turfs { get; set; }