增加一个更新游戏伦次的方法

This commit is contained in:
zhl 2021-04-30 09:45:03 +08:00
parent 999984babe
commit dee790552d

View File

@ -104,4 +104,12 @@ export class PuzzleMathRoom extends Room {
} }
} }
} }
/**
*
* @param {number} round
*/
updateRound(round: number) {
this.state.round = round
}
} }