CardsValue is now optionally sent by the server.

This commit is contained in:
lotodore
2011-11-13 15:31:35 +00:00
parent edef79e9d1
commit edde9137ae
5 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -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
}