游戏结果增加mode字段

This commit is contained in:
zhl 2021-03-03 14:36:17 +08:00
parent d31f5af283
commit 5f79be8000

View File

@ -65,6 +65,8 @@ class GameRecordClass extends Base<string>{
@prop()
public matchid: string;
@prop()
public mode: number;
@prop({_id: false, type: () => [GamePlayer]})