Add rover inventory capacity and test
This commit is contained in:
parent
e6ff453ff1
commit
2eaed1447d
7 changed files with 104 additions and 47 deletions
|
@ -129,8 +129,11 @@ message RoverResponse {
|
|||
// The items in the rover inventory
|
||||
bytes inventory = 4;
|
||||
|
||||
// The capacity of the inventory
|
||||
int32 capacity = 5;
|
||||
|
||||
// The current health of the rover
|
||||
int32 Integrity = 5;
|
||||
int32 integrity = 6;
|
||||
}
|
||||
|
||||
// Empty placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue