diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index bfc52d8f..3562d1dc 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -304,6 +304,12 @@ JoinGameFailed ::= SEQUENCE { NetGameInfo ::= SEQUENCE { gameName UTF8String (SIZE(1..64)), + netGameType ENUMERATED { + normalGame (1), + registeredOnlyGame (2), + inviteOnlyGame (3), + rankingGame (4) + }, maxNumPlayers INTEGER(2..10), raiseIntervalMode CHOICE { raiseEveryHands [0] INTEGER(1..1000),