Skip to content

Instantly share code, notes, and snippets.

@DusterTheFirst
Created February 7, 2017 17:48
Show Gist options
  • Save DusterTheFirst/9e4e9d86441d75730d078c075adbeb1b to your computer and use it in GitHub Desktop.
Save DusterTheFirst/9e4e9d86441d75730d078c075adbeb1b to your computer and use it in GitHub Desktop.
Johnson.exe
Johnson johnson = new Johnson();
public static void onNotFocus(Student s){
johnson.MoveTo(s);
johnson.tap();
johnson.tap();
johnson.tap();
s.focus();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment