NickMeinholdPosition v0.1


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. package project;
  2.  
  3. public class Position {
  4.  
  5. x = 0;
  6. y = 0;
  7. }
  8. this.x = pos.x;
  9. this.y = pos.y;
  10. }
  11.  
  12. public int x;
  13. public int y;
  14.  
  15. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.