plugin shit

This commit is contained in:
2024-05-16 11:47:30 +02:00
parent d59d876457
commit af434bbb20
17 changed files with 526 additions and 52 deletions

View File

@@ -6,7 +6,8 @@ using System.Threading.Tasks;
namespace OwnChar.App.Desktop
{
public class AppApi
public sealed class AppApi
{
public AppApi Instance = new();
}
}