De-scope, remove rover speed

This commit is contained in:
Marc Di Luzio 2020-06-26 18:48:07 +01:00
parent a84709564c
commit db3c2c2c2e
9 changed files with 51 additions and 86 deletions

View file

@ -123,9 +123,6 @@ message RoverResponse {
// The range of this rover's radar
int32 range = 3;
// The speed the rover can move per tick
int32 speed = 4;
// The inventory capacity of the rover
int32 Capacity = 5;
}