Advertisement
Mercedes

tengo a ayovi

Nov 22nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public void setPosicionIniEnemigo(int m) {
  2. Random rnd=new Random();
  3. rnd.setSeed(System.nanoTime());
  4. Posicion p=new Posicion();
  5. p.setX(rnd.nextInt(1000)+0);
  6. p.setY(50);
  7. this.pos=p;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement