Guest User

Untitled

a guest
Jul 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function Player(Uno,sessId,stream,userInfo) {
  2.  
  3. this.Uno = Uno;
  4. this.sessId = sessId;
  5. this.stream = stream;
  6.  
  7. this.lobby = true;
  8.  
  9. }
  10.  
  11. Player.prototype.newGame = function (tips,monetas,vip) {
  12. this.Uno.games[gid] = new Game(this.Uno,gid[tips,monetas,vip]);
  13. };
  14.  
  15.  
  16. module.exports = Player;
Add Comment
Please, Sign In to add comment