Rename charge command to recharge
This commit is contained in:
parent
7272749614
commit
87af905bc8
7 changed files with 14 additions and 13 deletions
|
@ -10,8 +10,8 @@ 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"
|
||||
// CommandRecharge Will use one tick to charge the rover
|
||||
CommandRecharge = "recharge"
|
||||
)
|
||||
|
||||
// Command represends a single command to execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue