Exemplo n.º 1
0
 public Planet(int x, int y)
 {
     this.id = UniqueID.getID();
     this.x  = x;
     this.y  = y;
 }