Initial commit: Better-Seewo EN5 plugin v1.0.1
This commit is contained in:
10
Better-EN5/Services/IInkService.cs
Normal file
10
Better-EN5/Services/IInkService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BetterEN5.Services
|
||||
{
|
||||
public interface IInkService
|
||||
{
|
||||
Task ExportInkAsync(string filePath);
|
||||
Task ImportInkAsync(string filePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user