feat(multi): add configurable time limit per round with countdown display

This commit is contained in:
jessy-david-dev
2026-04-11 22:41:40 +02:00
parent 54c4400393
commit b1fcbbdb04
11 changed files with 158 additions and 10 deletions
@@ -121,6 +121,7 @@ export const RoomScalarFieldEnum = {
maxPlayers: 'maxPlayers',
gameMode: 'gameMode',
searchAllowed: 'searchAllowed',
timeLimit: 'timeLimit',
startArticle: 'startArticle',
targetArticle: 'targetArticle',
roundWinner: 'roundWinner',