fix Financial Interest and set new Vehicle Taxation based on buy price

This commit is contained in:
Siga
2020-03-17 17:02:19 +01:00
parent 43bae1d4d4
commit 14cdab27af
3 changed files with 12 additions and 94 deletions

View File

@@ -17,6 +17,8 @@ namespace ReallifeGamemode.Database.Entities
public int UserId { get; set; }
public User User { get; set; }
public int? Price { get; set; }
public override string ToString()
{
return "Spieler Fahrzeug | Besitzer: " + GetOwner().Name;