Feat: add SayAtYourMarksCommand
This commit is contained in:
parent
cc297e9247
commit
ff9ef2ecc1
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,8 @@ message RaceResetCommand {}
|
|||
|
||||
message RebootCommand {}
|
||||
|
||||
message SayAtYourMarksCommand {}
|
||||
|
||||
message Command {
|
||||
oneof command {
|
||||
RaceStartCommand start = 1;
|
||||
|
@ -22,5 +24,6 @@ message Command {
|
|||
LaneSetFallCommand fall = 3;
|
||||
RaceResetCommand reset = 4;
|
||||
RebootCommand reboot = 5;
|
||||
SayAtYourMarksCommand sayAtYourMarks = 6;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue