Add rover integrity

Rovers are damaged by bumping into solid objects
This commit is contained in:
Marc Di Luzio 2020-06-27 01:14:17 +01:00
parent 12dc9e478d
commit 7957454ec1
8 changed files with 75 additions and 42 deletions

View file

@ -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