mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
implement PluginV2 for script plugins
This commit is contained in:
11
SharedLibraryCore/Interfaces/IPluginV2.cs
Normal file
11
SharedLibraryCore/Interfaces/IPluginV2.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces;
|
||||
|
||||
|
||||
public interface IPluginV2 : IModularAssembly
|
||||
{
|
||||
static void RegisterDependencies(IServiceCollection serviceProvider)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user