Feat: turn timer
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
// =====
|
||||
|
Reference in New Issue
Block a user