Add the rover inventory to the "rover" response
This commit is contained in:
parent
e1bff92a56
commit
e6a25a5310
5 changed files with 69 additions and 46 deletions
|
@ -121,6 +121,9 @@ message RoverResponse {
|
|||
|
||||
// The range of this rover's radar
|
||||
int32 range = 3;
|
||||
|
||||
// The items in the rover inventory
|
||||
bytes inventory = 4;
|
||||
}
|
||||
|
||||
// Empty placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue