增加一个更新游戏伦次的方法
This commit is contained in:
parent
999984babe
commit
dee790552d
@ -104,4 +104,12 @@ export class PuzzleMathRoom extends Room {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新论数
|
||||||
|
* @param {number} round
|
||||||
|
*/
|
||||||
|
updateRound(round: number) {
|
||||||
|
this.state.round = round
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user