Plugins: Add IPlugin.OptionsChanged

This commit is contained in:
Katy Coe
2020-12-23 23:54:56 +01:00
parent e1adf20951
commit 62451e5131
9 changed files with 40 additions and 9 deletions

View File

@@ -61,6 +61,11 @@ namespace Il2CppInspector.PluginAPI.V100
public bool SkipValidation { get; set; }
}
/// <summary>
/// Event info for OptionsChanged
/// </summary>
public class PluginOptionsChangedEventInfo : PluginEventInfo { }
/// <summary>
/// Event info for PostProcessMetadata
/// </summary>