before candybox editor update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using VisionBuilder.UI.Common.Processing;
|
||||
|
||||
namespace CandyboxPlugin.Module;
|
||||
|
||||
public class CandyboxRecognitionControlSettings : BaseRecognitionControlSettings
|
||||
{
|
||||
public CandyboxRecognitionControlSettings(string cameraName) : base(cameraName)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user