Add rover integrity
Rovers are damaged by bumping into solid objects
This commit is contained in:
parent
12dc9e478d
commit
7957454ec1
8 changed files with 75 additions and 42 deletions
|
@ -124,6 +124,9 @@ message RoverResponse {
|
|||
|
||||
// The items in the rover inventory
|
||||
bytes inventory = 4;
|
||||
|
||||
// The current health of the rover
|
||||
int32 Integrity = 5;
|
||||
}
|
||||
|
||||
// Empty placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue