extend the protocol to find the sequence on the server

这个提交包含在:
Sven Czarnian
2021-12-09 10:27:02 +01:00
父节点 5c00b8c4fc
当前提交 df872efa17

查看文件

@@ -6,7 +6,8 @@ import "AircraftSchedule.proto";
import "BaseTypes.proto";
message AircraftUpdate {
repeated AircraftReport reports = 1; // Contains all updated aircrafts
string airport = 1; // Contains the updated airport
repeated AircraftReport reports = 2; // Contains all updated aircrafts
}
message AircraftSequence {