Add a field to store the number of turns played in a round

This commit is contained in:
Tissevert 2019-10-17 19:24:43 +02:00
parent 818c343e89
commit 189e29b08c
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ data PublicState = PublicState {
, river :: Hanafuda.Pack
, step :: KoiKoi.Step
, trick :: [Hanafuda.Card]
, turns :: Int
, rounds :: [(PlayerID, KoiKoi.Score)]
} deriving Generic