Adding new game type entry in game info block to support different types of games: normal, registered users only, invite only and ranking game.
This commit is contained in:
@@ -304,6 +304,12 @@ JoinGameFailed ::= SEQUENCE {
|
|||||||
|
|
||||||
NetGameInfo ::= SEQUENCE {
|
NetGameInfo ::= SEQUENCE {
|
||||||
gameName UTF8String (SIZE(1..64)),
|
gameName UTF8String (SIZE(1..64)),
|
||||||
|
netGameType ENUMERATED {
|
||||||
|
normalGame (1),
|
||||||
|
registeredOnlyGame (2),
|
||||||
|
inviteOnlyGame (3),
|
||||||
|
rankingGame (4)
|
||||||
|
},
|
||||||
maxNumPlayers INTEGER(2..10),
|
maxNumPlayers INTEGER(2..10),
|
||||||
raiseIntervalMode CHOICE {
|
raiseIntervalMode CHOICE {
|
||||||
raiseEveryHands [0] INTEGER(1..1000),
|
raiseEveryHands [0] INTEGER(1..1000),
|
||||||
|
|||||||
Reference in New Issue
Block a user