From dee790552d27ac7368b761402ce20acc885ddd65 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 30 Apr 2021 09:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=B8=B8=E6=88=8F=E4=BC=A6=E6=AC=A1=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/PuzzleMathRoom.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/rooms/PuzzleMathRoom.ts b/src/rooms/PuzzleMathRoom.ts index 5c91cb1..37c4613 100644 --- a/src/rooms/PuzzleMathRoom.ts +++ b/src/rooms/PuzzleMathRoom.ts @@ -104,4 +104,12 @@ export class PuzzleMathRoom extends Room { } } } + + /** + * 更新论数 + * @param {number} round + */ + updateRound(round: number) { + this.state.round = round + } }