only report match winners
This commit is contained in:
@@ -9,7 +9,7 @@ type Game struct {
|
||||
Players [2]Player `json:"players"`
|
||||
// Action indicates the previous action taken in the game.
|
||||
Action string `json:"action"`
|
||||
// Winner indicates the winner of the current round, if any.
|
||||
// Winner indicates the winner of the match, if any.
|
||||
Winner Winner `json:"winner,omitempty"`
|
||||
// Round is the current round.
|
||||
Round int8 `json:"round"`
|
||||
|
Reference in New Issue
Block a user