From 5947578b8d03161aab71cf3ef845fd7b8656553c Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 6 Apr 2019 23:05:21 -0500 Subject: [PATCH] Added AllPlugins to PluginManager --- IPA.Loader/Loader/PluginManager.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/IPA.Loader/Loader/PluginManager.cs b/IPA.Loader/Loader/PluginManager.cs index 5387a706..0177e929 100644 --- a/IPA.Loader/Loader/PluginManager.cs +++ b/IPA.Loader/Loader/PluginManager.cs @@ -71,7 +71,12 @@ namespace IPA.Loader { return BSMetas.FirstOrDefault(p => p.Metadata.Id == name); } - + + /// + /// Gets a list of all BSIPA plugins. + /// + public static IEnumerable AllPlugins => BSMetas; + /// /// An of old IPA plugins ///