Rename charge command to recharge

This commit is contained in:
Marc Di Luzio 2020-07-04 22:56:58 +01:00
parent 7272749614
commit 87af905bc8
7 changed files with 14 additions and 13 deletions

View file

@ -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