[+] Add SchoolVehicle Class for Driving and Flight School
[*] Fixed and Improved Flight School
This commit is contained in:
@@ -118,5 +118,9 @@ namespace ReallifeGamemode.Database.Models
|
||||
// Bus Routes
|
||||
public DbSet<Entities.BusRoute> BusRoutes { get; set; }
|
||||
public DbSet<Entities.BusRoutePoint> BusRoutesPoints { get; set; }
|
||||
|
||||
//Driving/Bike/Flight School
|
||||
public DbSet<Entities.SchoolVehicle> SchoolVehicles { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user