Skip to content

Commit

Permalink
Game data updated to 2022-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
josdemmers committed Apr 27, 2022
1 parent 6e7c949 commit 7347a02
Show file tree
Hide file tree
Showing 13 changed files with 2,976 additions and 3,473 deletions.
3 changes: 3 additions & 0 deletions NewWorldCompanion.Interfaces/IScreenProcessHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ public interface IScreenProcessHandler
Bitmap? RoiImage { get; }
Bitmap? OcrImage { get; }
Bitmap? OcrImageCount { get; }
Bitmap? OcrImageCountRaw { get; }

int OverlayX { get; }
int OverlayY { get; }
int OverlayWidth { get; }
int OverlayHeigth { get; }

void ProcessImageCountOCRDebug(int minR, int minG, int minB, int maxR, int maxG, int maxB);
}
}
Loading

0 comments on commit 7347a02

Please sign in to comment.