reveal role functionality, beginnings of mod transfer

This commit is contained in:
Alec
2021-12-14 23:21:54 -05:00
parent a66bc7b413
commit 342ae5b80b
11 changed files with 250 additions and 76 deletions

View File

@@ -11,6 +11,7 @@ class Person {
this.alignment = alignment;
this.assigned = assigned;
this.out = false;
this.revealed = false;
}
}