游戏结果增加mode字段
This commit is contained in:
parent
d31f5af283
commit
5f79be8000
@ -65,6 +65,8 @@ class GameRecordClass extends Base<string>{
|
||||
|
||||
@prop()
|
||||
public matchid: string;
|
||||
@prop()
|
||||
public mode: number;
|
||||
|
||||
|
||||
@prop({_id: false, type: () => [GamePlayer]})
|
||||
|
Loading…
x
Reference in New Issue
Block a user