Fix: add property to determine if lane should be disabled or not
This commit is contained in:
parent
c2c3f5ce97
commit
8fd94a2314
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ package ScStw;
|
|||
|
||||
message RaceStartCommand {}
|
||||
|
||||
message LaneSetDisabledCommand { uint32 laneNumber = 1; }
|
||||
message LaneSetDisabledCommand {
|
||||
uint32 laneNumber = 1;
|
||||
bool disabled = 2;
|
||||
}
|
||||
|
||||
message LaneSetFallCommand { uint32 laneNumber = 1; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue