Move Rover position into main class

This commit is contained in:
Marc Di Luzio 2020-06-26 18:22:37 +01:00
parent 8019ea4e25
commit 7ee340e976
9 changed files with 126 additions and 77 deletions

View file

@ -125,6 +125,9 @@ message RoverResponse {
// The speed the rover can move per tick
int32 speed = 4;
// The inventory capacity of the rover
int32 Capacity = 5;
}
// Empty placeholder