1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-06 18:23:27 +00:00
Files
uno-online/src/store/actions.js
2021-02-14 20:17:31 +05:30

3 lines
118 B
JavaScript

export const START_GAME = 'START_GAME'
export const CARD_PLAYED = 'CARD_PLAYED'
export const CARD_DRAWN = 'CARD_DRAWN'