Export the previously defined data types
This commit is contained in:
parent
c4edae9781
commit
9cfcd691fd
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ module Hanafuda.Message (
|
|||
T(..)
|
||||
, FromClient(..)
|
||||
, PlayerStatus(..)
|
||||
, PublicGame
|
||||
, PrivateState(..)
|
||||
, PublicGame(..)
|
||||
, PublicPlayer(..)
|
||||
, PublicState(..)
|
||||
, Room
|
||||
) where
|
||||
|
||||
|
|
Loading…
Reference in a new issue