diff --git a/IPA.Loader/Loader/PluginLoader.cs b/IPA.Loader/Loader/PluginLoader.cs index 9aa89eed..1277fb46 100644 --- a/IPA.Loader/Loader/PluginLoader.cs +++ b/IPA.Loader/Loader/PluginLoader.cs @@ -81,7 +81,11 @@ namespace IPA.Loader internal bool IsSelf; - internal bool IsBare; + /// + /// Whether or not this metadata object represents a bare manifest. + /// + /// if it is bare, otherwise + public bool IsBare { get; internal set; } private PluginManifest manifest;