Add a field to store the number of turns played in a round
This commit is contained in:
parent
818c343e89
commit
189e29b08c
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ data PublicState = PublicState {
|
|||
, river :: Hanafuda.Pack
|
||||
, step :: KoiKoi.Step
|
||||
, trick :: [Hanafuda.Card]
|
||||
, turns :: Int
|
||||
, rounds :: [(PlayerID, KoiKoi.Score)]
|
||||
} deriving Generic
|
||||
|
||||
|
|
Loading…
Reference in a new issue