randomFree.js 109 B

1234567
  1. class randomFree {
  2. join(user){
  3. //join randomFree queue room
  4. }
  5. }
  6. module.exports = randomFree;