Add Taximeter

This commit is contained in:
Siga
2020-03-01 17:39:54 +01:00
parent edf06f4478
commit fb527f8c57
21 changed files with 404 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
namespace ReallifeGamemode.Database.Entities
{
public partial class JobVehicle : ServerVehicle
public partial class JobVehicle : ServerVehicle
{
public int JobId { get; set; }
}

View File

@@ -23,6 +23,9 @@
<Reference Include="Bootstrapper">
<HintPath>..\Import\Bootstrapper.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Import\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>