Add a dormat rover data type

This commit is contained in:
Marc Di Luzio 2020-07-19 13:27:38 +01:00
parent fd0992353d
commit 713699687f
2 changed files with 39 additions and 31 deletions

View file

@ -151,6 +151,9 @@ enum Object {
// RoverLive represents a live rover
RoverLive = 1;
// RoverDormant describes a dormant rover
RoverDormant = 4;
// RockSmall is a small stashable rock
RockSmall = 2;