Transmit player state

This commit is contained in:
Christoph Hagen 2021-12-23 12:52:13 +01:00
parent f97604e3bf
commit 176c5753d7

View File

@ -40,5 +40,6 @@ struct PlayerInfo: Codable, Equatable {
case positionInTrick = "position"
case numberOfDoubles = "doubles"
case leadsGame = "leads"
case state = "state"
}
}