feat: add SeenPluginInternalName to DalamudConfiguration.cs

This commit is contained in:
goat 2021-08-15 16:13:02 +02:00
parent 5e2cca2cc5
commit 6bb5e65b75
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -84,6 +84,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public List<string> HiddenPluginInternalName { get; set; } = new();
/// <summary>
/// Gets or sets a list of seen plugins.
/// </summary>
public List<string> SeenPluginInternalName { get; set; } = new();
/// <summary>
/// Gets or sets a list of additional settings for devPlugins. The key is the absolute path
/// to the plugin DLL. This is automatically generated for any plugins in the devPlugins folder.