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

@@ -12,7 +12,8 @@ using Il2CppInspector.Reflection;
namespace Il2CppInspector
{
// Hooks we provide to plugins which can choose whether or not to provide implementations
// Internal helpers to call the same hook on every plugin
// Does not include hooks that should be called individually, eg. OptionsChanged
internal static class PluginHooks
{
public static PluginPreProcessMetadataEventInfo PreProcessMetadata(BinaryObjectStream stream)