De-scope, remove rover speed
This commit is contained in:
parent
a84709564c
commit
db3c2c2c2e
9 changed files with 51 additions and 86 deletions
|
@ -10,9 +10,6 @@ type RoverAttributes struct {
|
|||
// Name of this rover
|
||||
Name string `json:"name"`
|
||||
|
||||
// Speed represents the Speed that the rover will move per second
|
||||
Speed int `json:"speed"`
|
||||
|
||||
// Range represents the distance the unit's radar can see
|
||||
Range int `json:"range"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue