@@ -23,6 +23,9 @@ type Game struct {
|
||||
Shell *bool `json:"shell,omitempty"`
|
||||
// Previous gives whether the previously discharged shell was live.
|
||||
Previous *bool `json:"previous"`
|
||||
// Deadline is the deadline on the current player's move in milliseconds
|
||||
// since the Unix epoch.
|
||||
Deadline int64 `json:"deadline"`
|
||||
// Live is the number of live shells this round, if it is the first turn
|
||||
// of the round.
|
||||
Live int `json:"live,omitempty"`
|
||||
|
Reference in New Issue
Block a user