Add rover transfer command and implementation

Need to swap the accounts
This commit is contained in:
Marc Di Luzio 2020-07-24 20:01:35 +01:00
parent 5b2ea533f4
commit 1e4d642038
3 changed files with 110 additions and 50 deletions

View file

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