[+] Add SchoolVehicle Class for Driving and Flight School
[*] Fixed and Improved Flight School
This commit is contained in:
15
ReallifeGamemode.Database/Entities/SchoolVehicle.cs
Normal file
15
ReallifeGamemode.Database/Entities/SchoolVehicle.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using ReallifeGamemode.Database.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using ReallifeGamemode.Database.Models;
|
||||
|
||||
namespace ReallifeGamemode.Database.Entities
|
||||
{
|
||||
public class SchoolVehicle : ServerVehicle
|
||||
{
|
||||
public int SchoolId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user