Try fix issues
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user