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

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OwnChar.App.Desktop
{
public static class FeatureCodes
{
public const string MainTab = "ownchar.app.desktop.main.tab";
}
}