We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9459223 commit 23c27f5Copy full SHA for 23c27f5
match.go
@@ -5,10 +5,10 @@ package got5
5
// MatchZy(source): https://github.com/shobhit-pathak/MatchZy/blob/ae597e50756f8ed8380e4cbacec4a4c1eb9013da/MatchManagement.cs#L254
6
7
type Match struct {
8
- MatchID *int `json:"matchid,omitempty"` // originally string in get5 but MatchZy uses int
+ MatchID *int `json:"matchid,omitempty"`
9
ClinchSeries *bool `json:"clinch_series,omitempty"`
10
NumMaps int `json:"num_maps"`
11
- Wingman bool `json:"wingman,omitempty"`
+ Wingman *bool `json:"wingman,omitempty"`
12
PlayersPerTeam *int `json:"players_per_team,omitempty"`
13
MinPlayersToReady *int `json:"min_players_to_ready,omitempty"`
14
MinSpectatorsToReady *int `json:"min_spectators_to_ready,omitempty"`
0 commit comments