Fixed the calibration and added the JSON serialising
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Test_Merge
|
||||
{
|
||||
private static int EmptyDrsGreenValue = -1;
|
||||
private static Random rnd = new Random();
|
||||
public DriverDrsWindow(Bitmap image, Rectangle bounds) : base(image, bounds)
|
||||
public DriverDrsWindow(Bitmap image, Rectangle bounds,bool generateEngine = true) : base(image, bounds,generateEngine)
|
||||
{
|
||||
Name = "DRS";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user