Try fix issues

This commit is contained in:
hydrant
2018-12-16 19:41:21 +01:00
parent b385883379
commit 940e581f2b
5 changed files with 49 additions and 50 deletions

View File

@@ -21,5 +21,10 @@ namespace reallife_gamemode.Server.Entities
public int? ShopId { get; set; }
public Shop Shop { get; set; }
public int Price { get; set; }
public override string ToString()
{
return "ShopVehicle";
}
}
}