Draft: idk wtf was modified

This commit is contained in:
2025-10-16 05:04:26 +08:00
parent 85fa3dfe73
commit d55f333027
6 changed files with 19 additions and 11 deletions

View File

@@ -125,4 +125,4 @@ func (m *Game) Next(queue *[]*tea.Program) error {
tea.NewProgram(NewGame(m.Base, m.server, m.roomID)))
}
return nil
}
}