tracking tickrate

This commit is contained in:
2022-02-03 16:27:29 +01:00
parent ff0ea43cea
commit 182c7d8fc1
12 changed files with 352 additions and 3 deletions

View File

@@ -193,6 +193,7 @@ type MatchResponse struct {
GameBan bool `json:"game_ban"`
Stats interface{} `json:"stats,omitempty"`
AvgRank float64 `json:"avg_rank,omitempty"`
TickRate float64 `json:"tick_rate,omitempty"`
}
type (