added avg rank to matchresponse
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user