Plugins: Define IPlugin and IPluginOption interfaces
This commit is contained in:
16
Il2CppInspector.Common/Plugins/API/V100/Hooks.cs
Normal file
16
Il2CppInspector.Common/Plugins/API/V100/Hooks.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
|
||||
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
namespace Il2CppInspector.PluginAPI.V100
|
||||
{
|
||||
/// <summary>
|
||||
/// Process global-metadata.dat after it has been loaded into a Metadata object
|
||||
/// </summary>
|
||||
public interface IPostProcessMetadata
|
||||
{
|
||||
void PostProcessMetadata(Metadata metadata);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user