player增加自建卡组字段
This commit is contained in:
parent
fff7e01351
commit
ecb5c760ce
@ -64,6 +64,12 @@ export class Player extends Schema {
|
||||
*/
|
||||
countPresent: number;
|
||||
|
||||
/**
|
||||
* 玩家选择的自家的卡组
|
||||
* //TODO
|
||||
*/
|
||||
privateCards: [];
|
||||
|
||||
constructor(id: string, heroId: number, team: number) {
|
||||
super();
|
||||
this.id = id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user