feat.新增 java sample (但好像还不能用)

This commit is contained in:
MistEO
2022-02-22 00:38:32 +08:00
parent 18217f4bed
commit 5257ee212f
4 changed files with 24 additions and 2 deletions

8
src/Java/sample.java Normal file
View File

@@ -0,0 +1,8 @@
import com.meo.asst.libmaa;
public class sample {
public static void main(String[] args) {
long handle = libmaa.create("D:\\Code\\MeoAssistantArknights\\x64\\Release");
libmaa.destroy(handle);
}
}