Add ItemShop, fix ClotheShop Payment, fix Vehicle Respawn, Add Vehicle Lock from outside
This commit is contained in:
@@ -17,6 +17,7 @@ namespace ReallifeGamemode.Server.Inventory.Items
|
||||
public abstract int Gewicht { get; }
|
||||
public abstract string Einheit { get; }
|
||||
public abstract uint Object { get; }
|
||||
public abstract int Price { get; }
|
||||
|
||||
public bool noTransfer(Client client, UserItem uItem, FactionVehicle fVeh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user