feat(blackjack): add PLAYER_WON state to BlackJackState
All checks were successful
All checks were successful
This commit is contained in:
parent
d400986c34
commit
08b12d238e
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ public enum BlackJackState {
|
|||
IN_PROGRESS,
|
||||
PLAYER_BLACKJACK,
|
||||
PLAYER_LOST,
|
||||
PLAYER_WON,
|
||||
DRAW,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue