mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
progress on new lobby
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user