mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Make PluginsCore public
This commit is contained in:
parent
2420d34b22
commit
604652c03d
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue