Add MaximumIntegrity to the rover
This commit is contained in:
parent
2eaed1447d
commit
b066277ddf
7 changed files with 88 additions and 50 deletions
|
@ -24,4 +24,7 @@ type Rover struct {
|
|||
|
||||
// Integrity represents current rover health
|
||||
Integrity int `json:"integrity"`
|
||||
|
||||
// MaximumIntegrity is the full integrity of the rover
|
||||
MaximumIntegrity int `json:"maximum-integrity"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue