From ff9ef2ecc164f9152ea662adcca4fe61a987eca5 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 14 Nov 2024 14:05:04 +0100 Subject: [PATCH] Feat: add SayAtYourMarksCommand --- Command.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Command.proto b/Command.proto index 6455cc2..0821e49 100644 --- a/Command.proto +++ b/Command.proto @@ -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; } } \ No newline at end of file