Skip to content

Instantly share code, notes, and snippets.

@chillaxdev
Created February 13, 2017 20:18
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 chillaxdev/6896e157a33bf7f28e3cce8543176e0e to your computer and use it in GitHub Desktop.
Save chillaxdev/6896e157a33bf7f28e3cce8543176e0e to your computer and use it in GitHub Desktop.
test
//Just a testing java class
public class Vijay extends Actor implements Person.initializeListener {
protected int age;
protected String title;
public Vijay() {
}
@Override
public void OnInitialize(int resourceId) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment