Add Charge and Max Charge attributes to the rover
This commit is contained in:
parent
b066277ddf
commit
143fba505e
5 changed files with 85 additions and 39 deletions
|
@ -137,6 +137,12 @@ message RoverResponse {
|
|||
|
||||
// The maximum health of the rover
|
||||
int32 maximumIntegrity = 7;
|
||||
|
||||
// The energy stored in the rover
|
||||
int32 charge = 8;
|
||||
|
||||
// The max energy the rover can store
|
||||
int32 maximumCharge = 9;
|
||||
}
|
||||
|
||||
// Empty placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue