Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Last active December 13, 2015 18:49
Show Gist options
  • Save mrdaemon/4958446 to your computer and use it in GitHub Desktop.
Save mrdaemon/4958446 to your computer and use it in GitHub Desktop.
int[] currentPState = new int[4];
for(int i=0; i<4; i++) {
currentPState[i] = K10Manager.GetCurrentPState(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment