From 5f79be80004020909095b9e8282350d5eb930352 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 3 Mar 2021 14:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=BB=93=E6=9E=9C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0mode=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/GameRecord.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/models/GameRecord.ts b/src/models/GameRecord.ts index 3e915b7..31b81f1 100644 --- a/src/models/GameRecord.ts +++ b/src/models/GameRecord.ts @@ -65,6 +65,8 @@ class GameRecordClass extends Base{ @prop() public matchid: string; + @prop() + public mode: number; @prop({_id: false, type: () => [GamePlayer]})