CardsValue is now optionally sent by the server.
This commit is contained in:
+1
-1
@@ -574,7 +574,7 @@ PlayerResult ::= SEQUENCE {
|
||||
resultCard1 Card,
|
||||
resultCard2 Card,
|
||||
bestHandPosition SEQUENCE SIZE(5) OF INTEGER, -- TODO size restrictions
|
||||
cardsValue INTEGER,
|
||||
cardsValue INTEGER OPTIONAL,
|
||||
moneyWon AmountOfMoney,
|
||||
playerMoney AmountOfMoney
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user