Add rover transfer command and implementation
Need to swap the accounts
This commit is contained in:
parent
5b2ea533f4
commit
1e4d642038
3 changed files with 110 additions and 50 deletions
|
@ -101,6 +101,8 @@ enum CommandType {
|
|||
broadcast = 5;
|
||||
// Salvages a neighboring dormant rover for parts
|
||||
salvage = 6;
|
||||
// Transfers remote control into dormant rover
|
||||
transfer = 7;
|
||||
}
|
||||
|
||||
// Bearing represents a compass direction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue