Add property for presidential queue
This commit is contained in:
parent
b2cfa87153
commit
5d686afe5b
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export class Game {
|
|||
private _players: players;
|
||||
|
||||
private deck: policy[] = [];
|
||||
private president_queue: string[] = [];
|
||||
|
||||
public constructor(code: string) {
|
||||
this.code = code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue