c# script support
python server support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
||||
|
||||
public interface IRecipeCreationTool
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public void CreateRecipe(string recipeName);
|
||||
}
|
||||
Reference in New Issue
Block a user