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
+10
View File
@@ -0,0 +1,10 @@
export interface IUser {
counter: number;
nick_name: string;
actionSize: number;
actionCommand: string;
type: string;
userId?: number;
handCard?: string[];
buyIn: number;
}