This website works better with JavaScript
Home
Explore
Help
Sign In
LosPoulos
/
mafalda-api
Watch
3
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
3e3054627e
Branches
Tags
master
mafalda-api
/
services
/
matchmaking
/
randomFree.js
randomFree.js
109 B
History
Raw
1
2
3
4
5
6
7
class randomFree {
join(user){
//join randomFree queue room
}
}
module.exports = randomFree;