Feat: add rating

This commit is contained in:
Grail Finder
2025-07-11 18:45:33 +03:00
parent 329f849a72
commit f01fc12510
5 changed files with 27 additions and 0 deletions

View File

@ -152,6 +152,7 @@ type PlayerStats struct {
GuesserWinrate float64 `db:"guesser_winrate"`
PlayedAsMime int `db:"played_as_mime"`
PlayedAsGuesser int `db:"played_as_guesser"`
Rating float32 `db:"rating"`
}
type Room struct {