Make the log object readonly
This commit is contained in:
parent
eab458bb6b
commit
3dfb8b877f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export class Game {
|
|||
readonly id: string;
|
||||
readonly host: Player;
|
||||
|
||||
private log: Logger;
|
||||
readonly log: Logger;
|
||||
private _deck: Deck<FuelCard>;
|
||||
|
||||
private board: (Player|null)[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue