leerform recipe subsystem created
This commit is contained in:
@@ -5,7 +5,7 @@ namespace VisionBuilder.UI.Common.NullClasses;
|
||||
public class NoRecipeCreation: IRecipeCreationTool
|
||||
{
|
||||
public bool Enabled { get; set; } = false;
|
||||
public bool CreateRecipe(out string recipeName)
|
||||
public Task<string?> CreateRecipeAsync()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user