before candybox editor update
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using VisionBuilder.UI.Common.Commands;
|
||||
using VisionBuilder.UI.Common.ViewModel.Classes;
|
||||
|
||||
namespace VisionBuilder.UI.Common.RecipeProcessing;
|
||||
namespace VisionBuilder.UI.Common.Processing;
|
||||
|
||||
public interface IRecognitionControl
|
||||
{
|
||||
|
||||
public bool IsRunning { get; }
|
||||
List<RecipeData> GetRecipesData();
|
||||
void SetRecipe(RecipeData recipe);
|
||||
void Start();
|
||||
|
||||
Reference in New Issue
Block a user