diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index f4d140fd..30085051 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -525,7 +525,14 @@ EndOfHandHideCards ::= SEQUENCE { playerMoney INTEGER(0..10000000) } -EndOfGameMessage ::= [APPLICATION 33] SEQUENCE { +ShowMyCardsRequestMessage ::= [APPLICATION 33] SEQUENCE { +} + +AfterHandShowCardsMessage ::= [APPLICATION 34] SEQUENCE { + playerResult PlayerResult +} + +EndOfGameMessage ::= [APPLICATION 35] SEQUENCE { gameId NonZeroId, winnerPlayerId NonZeroId }