Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if((x1 == room.getX1() && y1 > room.getY1() &&
  2. y1 < room.getY2() && x2 -1 == room.getX1()) ||
  3. (x2 == room.getX1() && y2 > room.getY1() &&
  4. y2 < room.getY2() && (x1 +1) == room.getX1()))
Add Comment
Please, Sign In to add comment