mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Implement game layer from protobuf to redux
This commit is contained in:
parent
d96d5e1589
commit
74803442d2
82 changed files with 2455 additions and 88 deletions
|
|
@ -3,8 +3,15 @@ export { store } from './store';
|
|||
// Common
|
||||
export { SortUtil } from './common';
|
||||
|
||||
// Server
|
||||
// Games
|
||||
export {
|
||||
Types as GameTypes,
|
||||
Selectors as GameSelectors,
|
||||
Dispatch as GameDispatch } from './game';
|
||||
|
||||
export * from 'store/game/game.interfaces';
|
||||
|
||||
// Server
|
||||
export {
|
||||
Types as ServerTypes,
|
||||
Selectors as ServerSelectors,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue