NahidaImpact/NahidaImpact.Protocol/MonsterRoute.proto

12 lines
191 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "RoutePoint.proto";
message MonsterRoute {
repeated RoutePoint route_points = 1;
float arrive_range = 4;
uint32 speed_level = 2;
uint32 route_type = 3;
}