This commit is contained in:
JustArchi
2019-04-04 17:56:38 +02:00
parent 1c917b4095
commit 44c5bf4ad5
5 changed files with 8 additions and 4 deletions

View File

@@ -559,6 +559,7 @@ namespace ArchiSteamFarm {
return skippedSetsThisRound.Count > 0;
}
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
private sealed class ListedUser {
internal readonly HashSet<Steam.Asset.EType> MatchableTypes = new HashSet<Steam.Asset.EType>();
@@ -685,6 +686,9 @@ namespace ArchiSteamFarm {
}
}
}
[JsonConstructor]
private ListedUser() { }
}
}
}