gcloud config, various bugfixes

This commit is contained in:
Alec
2021-12-27 23:17:30 -05:00
parent dd9a7f9c88
commit fb3a447f26
28 changed files with 391 additions and 775 deletions

View File

@@ -1,7 +1,7 @@
export class DeckStateManager {
constructor() {
this.deck = null;
this.customRoleOptions = null;
this.customRoleOptions = [];
}
addToDeck(role) {