Feat: add logjournal to room
This commit is contained in:
@ -84,6 +84,8 @@ type Room struct {
|
||||
// ProgressPct uint32 `json:"progress_pct"`
|
||||
IsOver bool
|
||||
TeamWon UserTeam // blue | red
|
||||
// needed for debug
|
||||
LogJournal []string
|
||||
}
|
||||
|
||||
func (r *Room) CanStart() error {
|
||||
|
Reference in New Issue
Block a user