code optimization
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace Pilz.Plugins;
|
||||
|
||||
namespace Pilz.Plugins
|
||||
public class PluginManager : PluginManager<IPlugin, PluginRuntimeInfo>
|
||||
{
|
||||
public class PluginManager : PluginManager<IPlugin, PluginRuntimeInfo>
|
||||
{
|
||||
public static PluginManager Instance { get; private set; } = new();
|
||||
}
|
||||
public static PluginManager Instance { get; private set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user