Created
June 25, 2017 09:14
-
-
Save sl4v/03950cfbc079a9645a1b2e5d66370324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class GachaAPI | |
{ | |
static | |
{ | |
System.loadLibrary("native-lib"); | |
} | |
public static native int[] getGacha(int paramInt); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment