a lot of work
This commit is contained in:
8
ModpackUpdater.Apps.Manager/Api/FeatureTypes.cs
Normal file
8
ModpackUpdater.Apps.Manager/Api/FeatureTypes.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ModpackUpdater.Apps.Manager.Api;
|
||||
|
||||
public static class FeatureTypes
|
||||
{
|
||||
public static string Workspace => "workspace";
|
||||
public static string Tools => "tools";
|
||||
public static string ActionsContextMenu => "cm.actions";
|
||||
}
|
||||
Reference in New Issue
Block a user