swapping moderator

This commit is contained in:
Alec
2021-12-16 23:05:15 -05:00
parent 342ae5b80b
commit 133d3a6a03
10 changed files with 207 additions and 54 deletions

View File

@@ -9,6 +9,7 @@ class Game {
this.timerParams = timerParams;
this.isFull = false;
this.timeRemaining = null;
this.spectators = [];
}
}