mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Make PluginsCore public
This commit is contained in:
@@ -48,7 +48,7 @@ using SteamKit2;
|
||||
|
||||
namespace ArchiSteamFarm.Plugins;
|
||||
|
||||
internal static class PluginsCore {
|
||||
public static class PluginsCore {
|
||||
internal static bool HasCustomPluginsLoaded => ActivePlugins?.Any(static plugin => plugin is not OfficialPlugin officialPlugin || !officialPlugin.HasSameVersion()) == true;
|
||||
|
||||
[ImportMany]
|
||||
|
||||
Reference in New Issue
Block a user