NoobSpawn, NoobSpawnRollerSystem
This commit is contained in:
7
ReallifeGamemode.Database/Entities/NoobSpawnVehicle.cs
Normal file
7
ReallifeGamemode.Database/Entities/NoobSpawnVehicle.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ReallifeGamemode.Database.Entities
|
||||
{
|
||||
public partial class NoobSpawnVehicle : ServerVehicle
|
||||
{
|
||||
//public int SchoolId { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user