mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Remove obsolete property
This commit is contained in:
@@ -129,11 +129,6 @@ namespace ArchiSteamFarm.Steam {
|
||||
[PublicAPI]
|
||||
public bool IsPlayingPossible => !PlayingBlocked && !LibraryLocked;
|
||||
|
||||
[Obsolete("Use " + nameof(OwnedPackageIDs) + " instead")]
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public IReadOnlyCollection<uint> OwnedPackageIDsReadOnly => OwnedPackageIDs.Keys.ToHashSet();
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public SteamApps SteamApps { get; }
|
||||
|
||||
Reference in New Issue
Block a user