Plugins: Add ICorePlugin, enable by default
This commit is contained in:
14
Il2CppInspector.Common/Plugins/Internal/ICorePlugin.cs
Normal file
14
Il2CppInspector.Common/Plugins/Internal/ICorePlugin.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Copyright 2021 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
|
||||
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
namespace Il2CppInspector.PluginAPI.V100
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface denoting a plugin that is an internal part of Il2CppInspector
|
||||
/// For internal use only
|
||||
/// </summary>
|
||||
public interface ICorePlugin : IPlugin { }
|
||||
}
|
||||
Reference in New Issue
Block a user