1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-06 10:13:27 +00:00

Added draw new card functionality

This commit is contained in:
Mizanali Panjwani
2021-02-14 20:17:31 +05:30
parent d784ba7d31
commit 5a78088c6e
3 changed files with 107 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
export const START_GAME = 'START_GAME'
export const CARD_PLAYED = 'CARD_PLAYED'
export const CARD_PLAYED = 'CARD_PLAYED'
export const CARD_DRAWN = 'CARD_DRAWN'