feat(multiplayer): expose ranked season countdown

This commit is contained in:
Josh Creek
2026-09-01 21:49:48 +01:00
parent 9240cd4b27
commit 51f6e19339
9 changed files with 47 additions and 20 deletions
+5 -4
View File
@@ -60,10 +60,11 @@ func ScoreForPlayer(outcome MatchOutcome, playerID string, team int) (float64, e
type RankedProfile struct {
Rating
RankedGames int
CurrentSeasonID string
LastSeasonID string
SeasonHistory []string
RankedGames int
CurrentSeasonID string
CurrentSeasonEndsAt time.Time
LastSeasonID string
SeasonHistory []string
}
type RankTier string