mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-12 16:18:07 -05:00
implement PluginV2 for script plugins
This commit is contained in:
8
SharedLibraryCore/Interfaces/IScriptPluginFactory.cs
Normal file
8
SharedLibraryCore/Interfaces/IScriptPluginFactory.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces;
|
||||
|
||||
public interface IScriptPluginFactory
|
||||
{
|
||||
object CreateScriptPlugin(Type type, string fileName);
|
||||
}
|
Reference in New Issue
Block a user