Plugins: Add IPostProcessTypeModel

This commit is contained in:
Katy Coe
2020-12-21 19:11:49 +01:00
parent b1d61f81f0
commit 5dc8e823c4
4 changed files with 21 additions and 0 deletions

View File

@@ -166,6 +166,9 @@ namespace Il2CppInspector.Reflection
GenericMethods[spec].Invoker = MethodInvokers[index];
}
}
// Post-processing hook
PluginHooks.PostProcessTypeModel(this);
}
// Get generic arguments from either a type or method instanceIndex from a MethodSpec