Browse Source

Exposed PluginMetadata.IsBare

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
04da8befeb
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      IPA.Loader/Loader/PluginLoader.cs

+ 5
- 1
IPA.Loader/Loader/PluginLoader.cs View File

@ -81,7 +81,11 @@ namespace IPA.Loader
internal bool IsSelf;
internal bool IsBare;
/// <summary>
/// Whether or not this metadata object represents a bare manifest.
/// </summary>
/// <value><see langword="true"/> if it is bare, <see langword="false"/> otherwise</value>
public bool IsBare { get; internal set; }
private PluginManifest manifest;


Loading…
Cancel
Save