mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
add bots to a game
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
export class Game {
|
||||
constructor (deck, hasTimer, hasDedicatedModerator, moderatorName, timerParams = null) {
|
||||
constructor (deck, hasTimer, hasDedicatedModerator, moderatorName, timerParams = null, isTestGame = false) {
|
||||
this.deck = deck;
|
||||
this.hasTimer = hasTimer;
|
||||
this.timerParams = timerParams;
|
||||
this.hasDedicatedModerator = hasDedicatedModerator;
|
||||
this.moderatorName = moderatorName;
|
||||
this.isTestGame = isTestGame;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user