joseleonweb

Untitled

Feb 26th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public class SimpleRoom {
  2.     public String name;
  3.     public String description;
  4.     public int n;
  5.     public int s;
  6.     public int w;
  7.     public int e;
  8. }
  9.  
Add Comment
Please, Sign In to add comment