Guest User

Untitled

a guest
Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public TileObject(GameObject obj) {
  2. this.obj = obj;
  3. try {
  4. tile = obj.getLocation();
  5. } catch (NullPointerException e) {
  6. }
  7. }
Add Comment
Please, Sign In to add comment