-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
m.walczak
committed
Apr 16, 2020
1 parent
793e990
commit afc6fd6
Showing
4 changed files
with
132 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const GAME_UPDATE = 'updateGame'; | ||
export const GAME_CREATE = 'addGame'; | ||
export const PLAYER_UPDATE = 'updatePlayer'; | ||
export const ROUND_START = 'addRound'; | ||
export const ROUND_CANCEL = 'deleteRound'; | ||
export const ROUND_UPDATE = 'updateRound'; | ||
export const ROUND_CARD = 'addRoundCard'; | ||
export const ROUND_FINISH = 'finishRound'; | ||
export const ALERT_UPDATE = 'updateAlert'; |