finished candybox
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Point = System.Drawing.Point;
|
||||
using Lindt.Candybox.Demo;
|
||||
using Point = System.Drawing.Point;
|
||||
|
||||
namespace CandyboxPlugin.Recipe
|
||||
{
|
||||
@@ -9,5 +10,6 @@ namespace CandyboxPlugin.Recipe
|
||||
public Point BlisterPosition { get; set; }
|
||||
public List<CandyParameter> CandyParameters { get; set; } = new List<CandyParameter>();
|
||||
public int ImageWidth { get; set; } = 1800;
|
||||
public List<VectorLine> Cuts { get; set; } = new List<VectorLine>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user