Add property for presidential queue

This commit is contained in:
Oliver-Akins 2020-10-22 23:33:53 -06:00
parent b2cfa87153
commit 5d686afe5b

View file

@ -19,6 +19,7 @@ export class Game {
private _players: players; private _players: players;
private deck: policy[] = []; private deck: policy[] = [];
private president_queue: string[] = [];
public constructor(code: string) { public constructor(code: string) {
this.code = code; this.code = code;