editing custom roles

This commit is contained in:
AlecM33
2022-01-11 19:57:13 -05:00
parent 3b14ae3978
commit c0c4ccdd74
14 changed files with 172 additions and 58 deletions

View File

@@ -4,6 +4,5 @@
*/
export const stateBucket = {
currentGameState: null,
timerWorker: null,
gameStateRequestInFlight: false
timerWorker: null
}