mirror of
https://github.com/mizanxali/uno-online
synced 2025-12-06 18:23:27 +00:00
3 lines
118 B
JavaScript
3 lines
118 B
JavaScript
export const START_GAME = 'START_GAME'
|
|
export const CARD_PLAYED = 'CARD_PLAYED'
|
|
export const CARD_DRAWN = 'CARD_DRAWN' |