mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 15:22:18 +00:00
feat(multiplayer): expose ranked season countdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user