add client ui

This commit is contained in:
wzdwc
2020-04-30 08:18:41 +08:00
parent 4d85239fbb
commit 3105f88f97
27 changed files with 3298 additions and 2809 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ export enum ECommand {
export enum EPlayerType {
DEFAULT = 'default',
DEALER = 'dealer',
BIG_BLIND = 'big_blind',
SMALL_BLIND = 'small_blind',
DEALER = 'd',
BIG_BLIND = 'bb',
SMALL_BLIND = 'sb',
}
export class Player {