De-scope - Remove unused rover capacity
This commit is contained in:
parent
71c2c09270
commit
d08a15e201
7 changed files with 41 additions and 66 deletions
|
@ -12,9 +12,6 @@ type RoverAttributes struct {
|
|||
|
||||
// Range represents the distance the unit's radar can see
|
||||
Range int `json:"range"`
|
||||
|
||||
// Capacity represents the maximum number of items the rover can carry
|
||||
Capacity int `json:"capacity"`
|
||||
}
|
||||
|
||||
// Rover describes a single rover in the world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue