Move Rover position into main class
This commit is contained in:
parent
8019ea4e25
commit
7ee340e976
9 changed files with 126 additions and 77 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue