From ecb5c760ce590d84b847ce3a57c79bd491edf4c3 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 21 Dec 2020 11:08:20 +0800 Subject: [PATCH] =?UTF-8?q?player=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=BB=BA?= =?UTF-8?q?=E5=8D=A1=E7=BB=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/schema/Player.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rooms/schema/Player.ts b/src/rooms/schema/Player.ts index a7cf864..3763b14 100644 --- a/src/rooms/schema/Player.ts +++ b/src/rooms/schema/Player.ts @@ -64,6 +64,12 @@ export class Player extends Schema { */ countPresent: number; + /** + * 玩家选择的自家的卡组 + * //TODO + */ + privateCards: []; + constructor(id: string, heroId: number, team: number) { super(); this.id = id;