forked from chomp/ChompQuestVerifier
Update property type
This commit is contained in:
parent
48cf20e8d4
commit
f8000b06b0
@ -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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user