Add repair command to repair using inventory item
This commit is contained in:
parent
7957454ec1
commit
693b8a54f1
7 changed files with 97 additions and 5 deletions
|
@ -64,6 +64,7 @@ message Command {
|
|||
// The command to execute
|
||||
// "move" - Move the rover in a direction, requires bearing
|
||||
// "stash" - Stashes item at current location in rover inventory
|
||||
// "repair" - Repairs the rover using an inventory object
|
||||
string command = 1;
|
||||
|
||||
// The bearing, example: NE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue