before candybox editor update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace CandyboxPlugin.Recipe
|
||||
{
|
||||
public class HistogramRecipeConfiguration
|
||||
{
|
||||
public int SimilarityTolerance { get; set; } = 80;
|
||||
public int InnerTolerance { get; set; } = 40;
|
||||
public int OuterTolerance { get; set; } = 40;
|
||||
|
||||
public List<int> IgnoreCorrelation { get; set; } = new List<int>();
|
||||
public int MemoryBuffer { get; set; } = 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user