Add MaximumIntegrity to the rover
This commit is contained in:
parent
2eaed1447d
commit
b066277ddf
7 changed files with 88 additions and 50 deletions
|
@ -134,6 +134,9 @@ message RoverResponse {
|
|||
|
||||
// The current health of the rover
|
||||
int32 integrity = 6;
|
||||
|
||||
// The maximum health of the rover
|
||||
int32 maximumIntegrity = 7;
|
||||
}
|
||||
|
||||
// Empty placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue