Fix: syntax error
This commit is contained in:
parent
064eda07a3
commit
ba0c0f8b35
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import "Settings.proto";
|
||||||
|
|
||||||
message SocketMessage {
|
message SocketMessage {
|
||||||
oneof message {
|
oneof message {
|
||||||
RaceState raceState = 1;
|
RaceFullState raceFullState = 1;
|
||||||
Command command = 2;
|
Command command = 2;
|
||||||
Settings settings = 3;
|
Settings settings = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue