Projektdateien hinzufügen.

This commit is contained in:
2024-05-16 10:30:15 +02:00
parent 736c31a7bb
commit fe03628377
5 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using Pilz.Plugins;
namespace OwnChar.Plugins
{
public class OwnCharPlugins : PluginManager<IOwnCharPlugin, PluginRuntimeInfo>
{
}
}