Add the rover inventory to the "rover" response

This commit is contained in:
Marc Di Luzio 2020-06-26 23:44:52 +01:00
parent e1bff92a56
commit e6a25a5310
5 changed files with 69 additions and 46 deletions

View file

@ -121,6 +121,9 @@ message RoverResponse {
// The range of this rover's radar
int32 range = 3;
// The items in the rover inventory
bytes inventory = 4;
}
// Empty placeholder