NahidaImpact/NahidaImpact.Protocol/Route.proto
2024-01-04 16:48:39 +03:00

9 lines
132 B
Protocol Buffer

syntax = "proto3";
import "RoutePoint.proto";
message Route {
repeated RoutePoint route_points = 1;
uint32 route_type = 2;
}