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;