Initial commit: Better-Seewo EN5 plugin v1.0.1
This commit is contained in:
11
Better-EN5/Services/ITouchFixService.cs
Normal file
11
Better-EN5/Services/ITouchFixService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BetterEN5.Services
|
||||
{
|
||||
public interface ITouchFixService
|
||||
{
|
||||
Task ApplyFixAsync();
|
||||
bool IsTouchWorkingCorrectly();
|
||||
Task<bool> ForceTouchEnableAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user