mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Open OwnedPackageIDsReadOnly for plugin usage
This commit is contained in:
@@ -114,6 +114,11 @@ namespace ArchiSteamFarm {
|
||||
[PublicAPI]
|
||||
public bool IsPlayingPossible => !PlayingBlocked && !LibraryLocked;
|
||||
|
||||
[NotNull]
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public IReadOnlyCollection<uint> OwnedPackageIDsReadOnly => OwnedPackageIDs.Keys.ToHashSet();
|
||||
|
||||
internal readonly ArchiHandler ArchiHandler;
|
||||
internal readonly BotDatabase BotDatabase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user