Bump, remove obsolete prop

This commit is contained in:
Łukasz Domeradzki
2024-08-01 19:18:35 +02:00
parent 9cfbc35ac4
commit c7b9751e0e
2 changed files with 1 additions and 5 deletions

View File

@@ -55,10 +55,6 @@ using SteamKit2;
namespace ArchiSteamFarm.Plugins;
public static class PluginsCore {
[Obsolete("Should not be used by any third-party plugins, open issue if you need it")]
[PublicAPI]
public static int ActivePluginsCount => ActivePlugins.Count;
internal static bool HasCustomPluginsLoaded => ActivePlugins.Any(static plugin => plugin is not OfficialPlugin officialPlugin || !officialPlugin.HasSameVersion());
[ImportMany]