player增加自建卡组字段

This commit is contained in:
zhl 2020-12-21 11:08:20 +08:00
parent fff7e01351
commit ecb5c760ce

View File

@ -64,6 +64,12 @@ export class Player extends Schema {
*/
countPresent: number;
/**
*
* //TODO
*/
privateCards: [];
constructor(id: string, heroId: number, team: number) {
super();
this.id = id;