1
0
Fork 0
spacetraders/golang/pkg/model/cooldown.go

7 lines
185 B
Go

package model
type Cooldown struct {
//ShipSymbol int `json:"shipSymbol"`
RemainingSeconds int `json:"remainingSeconds"`
//TotalSeconds int `json:"totalSeconds"`
}