From f7dc7e861de8c936a68b52f2f474e3d884a0e0aa Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 8 Jul 2010 18:54:12 +0000 Subject: [PATCH] Adding packets to freely show cards after hand. --- docs/pokerth.asn1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 }