frakcar sellen

This commit is contained in:
hydrant
2020-05-06 21:56:54 +02:00
parent ce0eac5967
commit 89e341a4cd
10 changed files with 1952 additions and 14 deletions

View File

@@ -19,6 +19,8 @@ namespace ReallifeGamemode.Database.Entities
public List<int> GetOwners() => JsonConvert.DeserializeObject<List<int>>(Owners);
public int BuyPrice { get; set; }
public override string ToString()
{
using (var dbContext = new DatabaseContext())