feat(multi): add game mode selection and surrender button for all_finish mode

This commit is contained in:
jessy-david-dev
2026-04-11 21:58:35 +02:00
parent 552bb17c15
commit 0401cdffe6
13 changed files with 202 additions and 26 deletions
File diff suppressed because one or more lines are too long
@@ -862,6 +862,7 @@ export const RoomScalarFieldEnum = {
round: 'round',
totalRounds: 'totalRounds',
maxPlayers: 'maxPlayers',
gameMode: 'gameMode',
startArticle: 'startArticle',
targetArticle: 'targetArticle',
roundWinner: 'roundWinner',
@@ -119,6 +119,7 @@ export const RoomScalarFieldEnum = {
round: 'round',
totalRounds: 'totalRounds',
maxPlayers: 'maxPlayers',
gameMode: 'gameMode',
startArticle: 'startArticle',
targetArticle: 'targetArticle',
roundWinner: 'roundWinner',