Initial commit: Better-Seewo EN5 plugin v1.0.1
This commit is contained in:
11
Better-EN5/EventId.cs
Normal file
11
Better-EN5/EventId.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace BetterEN5
|
||||
{
|
||||
static class EventId
|
||||
{
|
||||
public const string OpenSettingsEvent = "BetterEN5_OpenSettings";
|
||||
public const string InkExportEvent = "BetterEN5_InkExport";
|
||||
public const string InkImportEvent = "BetterEN5_InkImport";
|
||||
public const string ConversionEvent = "BetterEN5_Conversion";
|
||||
public const string TouchFixAppliedEvent = "BetterEN5_TouchFixApplied";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user