Add command "charge" to charge up the rover's energy store
This commit is contained in:
parent
15c337c067
commit
e875f82b13
4 changed files with 45 additions and 0 deletions
|
@ -9,6 +9,9 @@ const (
|
|||
|
||||
// CommandRepair Will attempt to repair the rover with an inventory object
|
||||
CommandRepair = "repair"
|
||||
|
||||
// CommandCharge Will use one tick to charge the rover
|
||||
CommandCharge = "charge"
|
||||
)
|
||||
|
||||
// Command represends a single command to execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue