Skip to content

Instantly share code, notes, and snippets.

@sl4v
Created June 25, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl4v/03950cfbc079a9645a1b2e5d66370324 to your computer and use it in GitHub Desktop.
Save sl4v/03950cfbc079a9645a1b2e5d66370324 to your computer and use it in GitHub Desktop.
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