Maybe finished taxi job
This commit is contained in:
16
ReallifeGamemode.Server/Util/TaxiContract.cs
Normal file
16
ReallifeGamemode.Server/Util/TaxiContract.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using GTANetworkAPI;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
class TaxiContract
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public Vector3 Position { get; set; }
|
||||
|
||||
public Client Driver { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user