Update property type

This commit is contained in:
Chomp 2022-07-09 18:18:50 +01:00
parent 48cf20e8d4
commit f8000b06b0

View File

@ -12,7 +12,7 @@ public class Trader
public int balance_dol { get; set; } public int balance_dol { get; set; }
public int balance_eur { get; set; } public int balance_eur { get; set; }
public bool unlockedByDefault { get; set; } public bool unlockedByDefault { get; set; }
public int discount { get; set; } public string discount { get; set; }
public int discount_end { get; set; } public int discount_end { get; set; }
public bool buyer_up { get; set; } public bool buyer_up { get; set; }
public string currency { get; set; } public string currency { get; set; }