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

Added logic for playing number cards

This commit is contained in:
Mizanali Panjwani
2021-02-12 04:29:23 +05:30
parent a83c6635c7
commit ca96daa820
4 changed files with 115 additions and 22 deletions

View File

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