Add a dormat rover data type
This commit is contained in:
parent
fd0992353d
commit
713699687f
2 changed files with 39 additions and 31 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue