Created
February 13, 2017 20:18
-
-
Save chillaxdev/6896e157a33bf7f28e3cce8543176e0e to your computer and use it in GitHub Desktop.
test
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
//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