Feat: turn timer

This commit is contained in:
Grail Finder
2025-07-01 09:00:59 +03:00
parent a51668e321
commit e6177df5d8
7 changed files with 81 additions and 11 deletions

View File

@ -325,10 +325,10 @@ type WordCard struct {
}
type GameSettings struct {
Language string `json:"language" example:"en" form:"language"`
RoomPass string `json:"room_pass"`
TurnSeconds uint32
RoundTime uint32
Language string `json:"language" example:"en" form:"language"`
RoomPass string `json:"room_pass"`
TurnSecondsLeft uint32
RoundTime uint32
}
// =====