Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcmcpe committed May 23, 2020
1 parent 302e88c commit 23dfc04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
3 changes: 2 additions & 1 deletion Arknights Automation Library/Assets.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.IO;
using OpenCvSharp;
using REVUnit.ImageLocator;

namespace REVUnit.AutoArknights.Core
{
Expand Down Expand Up @@ -29,7 +30,7 @@ public Mat Get(string expr)
return mat;
}

private string GetFileName(string expr)
private static string GetFileName(string expr)
{
return Path.Combine("Assets", string.Join('\\', expr.Split(' ', StringSplitOptions.RemoveEmptyEntries))) +
".png";
Expand Down
20 changes: 0 additions & 20 deletions Arknights Automation Library/Cache.cs

This file was deleted.

2 changes: 1 addition & 1 deletion ImageLocator

0 comments on commit 23dfc04

Please sign in to comment.