mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +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
|
// Games that were confirmed to show false status on general badges page
|
||||||
private static readonly ImmutableHashSet<uint> UntrustedAppIDs = ImmutableHashSet.Create<uint>(440, 570, 730);
|
private static readonly ImmutableHashSet<uint> UntrustedAppIDs = ImmutableHashSet.Create<uint>(440, 570, 730);
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "CurrentGamesFarming")]
|
[JsonProperty(PropertyName = nameof(CurrentGamesFarming))]
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public IReadOnlyCollection<Game> CurrentGamesFarmingReadOnly => CurrentGamesFarming;
|
public IReadOnlyCollection<Game> CurrentGamesFarmingReadOnly => CurrentGamesFarming;
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "GamesToFarm")]
|
[JsonProperty(PropertyName = nameof(GamesToFarm))]
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public IReadOnlyCollection<Game> GamesToFarmReadOnly => GamesToFarm;
|
public IReadOnlyCollection<Game> GamesToFarmReadOnly => GamesToFarm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user