added avg rank to matchresponse

This commit is contained in:
2021-11-15 19:11:38 +01:00
parent ecfb099a08
commit 95c93f738b
2 changed files with 29 additions and 2 deletions

View File

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