Add command "charge" to charge up the rover's energy store

This commit is contained in:
Marc Di Luzio 2020-07-04 22:42:20 +01:00
parent 15c337c067
commit e875f82b13
4 changed files with 45 additions and 0 deletions

View file

@ -65,6 +65,7 @@ message Command {
// "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
// "charge" - Waits a tick to add more charge to the rover
string command = 1;
// The bearing, example: NE