export class Game { constructor(deck, hasTimer, timerParams=null) { this.deck = deck; this.hasTimer = hasTimer; this.timerParams = timerParams; } }