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