mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Webatrice: Adding game created to persistence layer (#5067)
This commit is contained in:
parent
f8bc6cf998
commit
1ab723ca64
4 changed files with 11 additions and 1 deletions
|
|
@ -47,4 +47,8 @@ export const Dispatch = {
|
|||
removeMessages: (roomId, name, amount) => {
|
||||
store.dispatch(Actions.removeMessages(roomId, name, amount));
|
||||
},
|
||||
|
||||
gameCreated: (roomId) => {
|
||||
store.dispatch(Actions.gameCreated(roomId));
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue