mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 08:30:18 +00:00
Misc
This commit is contained in:
@@ -53,11 +53,11 @@ namespace ArchiSteamFarm {
|
||||
// Games that were confirmed to show false status on general badges page
|
||||
private static readonly ImmutableHashSet<uint> UntrustedAppIDs = ImmutableHashSet.Create<uint>(440, 570, 730);
|
||||
|
||||
[JsonProperty(PropertyName = "CurrentGamesFarming")]
|
||||
[JsonProperty(PropertyName = nameof(CurrentGamesFarming))]
|
||||
[PublicAPI]
|
||||
public IReadOnlyCollection<Game> CurrentGamesFarmingReadOnly => CurrentGamesFarming;
|
||||
|
||||
[JsonProperty(PropertyName = "GamesToFarm")]
|
||||
[JsonProperty(PropertyName = nameof(GamesToFarm))]
|
||||
[PublicAPI]
|
||||
public IReadOnlyCollection<Game> GamesToFarmReadOnly => GamesToFarm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user