public FishingSpotData(Coordinates scan1, Coordinates scan2,
     ScreenshotColor bubbleColor, AbstractFishingRodAction.Tolerance tolerance)
 {
     this.Scan1 = scan1;
     this.Scan2 = scan2;
     this.BubbleColor = bubbleColor;
     this.Tolerance = tolerance;
 }
Ejemplo n.º 2
0
 public FishingSpotData(Coordinates scan1, Coordinates scan2,
                        ScreenshotColor bubbleColor, AbstractFishingRodAction.Tolerance tolerance)
 {
     this.Scan1       = scan1;
     this.Scan2       = scan2;
     this.BubbleColor = bubbleColor;
     this.Tolerance   = tolerance;
 }