corrected proto file

This commit is contained in:
MaximZaitsev
2016-08-26 10:46:11 +03:00
parent 9c2933a993
commit ea95fac968
@@ -11,8 +11,5 @@ message DirectionRequest {
}
Command command = 1;
int32 sid = 2;
}
message DirectionResponse {
int32 code = 1;
}
bool stop = 3;
}