Projektdateien hinzufügen.
This commit is contained in:
15
OwnChar.Plugins/IOwnCharPlugin.cs
Normal file
15
OwnChar.Plugins/IOwnCharPlugin.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Pilz.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.Plugins
|
||||
{
|
||||
public interface IOwnCharPlugin : IPlugin
|
||||
{
|
||||
public string ID { get; }
|
||||
public object? GetApi();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user