progress on new lobby

This commit is contained in:
Alec
2021-11-16 00:22:35 -05:00
parent 909546c84e
commit d9ae7db7b9
26 changed files with 2120 additions and 87 deletions

View File

@@ -1,6 +1,7 @@
class Game {
constructor(status, people, deck, hasTimer, timerParams=null) {
constructor(status, people, deck, hasTimer, moderator, timerParams=null) {
this.status = status;
this.moderator = moderator;
this.people = people;
this.deck = deck;
this.hasTimer = hasTimer;