Fix build

This commit is contained in:
JustArchi
2018-11-29 18:47:53 +01:00
parent 1beb08f823
commit 0767f256e8

View File

@@ -409,11 +409,15 @@ namespace ArchiSteamFarm {
private sealed class ListedUser {
internal readonly HashSet<Steam.Asset.EType> MatchableTypes = new HashSet<Steam.Asset.EType>();
#pragma warning disable 649
[JsonProperty(PropertyName = "steam_id", Required = Required.Always)]
internal readonly ulong SteamID;
#pragma warning restore 649
#pragma warning disable 649
[JsonProperty(PropertyName = "trade_token", Required = Required.Always)]
internal readonly string TradeToken;
#pragma warning restore 649
internal float Score => GamesCount / (float) ItemsCount;