plugin shit
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Pilz.Plugins" Version="2.1.5" />
|
||||
<PackageReference Include="Pilz.Plugins" Version="2.1.8" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
using Pilz.Plugins;
|
||||
using System.Reflection;
|
||||
|
||||
namespace OwnChar.Plugins
|
||||
{
|
||||
public class OwnCharPlugins : PluginManager<IOwnCharPlugin, PluginRuntimeInfo>
|
||||
public class OwnCharPlugins : PluginManager<IOwnCharPlugin, PluginRuntimeInfo<IOwnCharPlugin>>
|
||||
{
|
||||
public static OwnCharPlugins Instance { get; } = new();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
using Pilz.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.Plugins
|
||||
{
|
||||
public class PluginRuntimeInfo : PluginRuntimeInfo<IOwnCharPlugin>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user