Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class user
  2. {
  3. constructor(id, name, code, mode, gamemode)
  4. {
  5. this.id = id;
  6. this.name = name;
  7. this.code = code;
  8. this.mode = mode;
  9. this.gamemode = gamemode;
  10. }
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement