GSServer-CBT/soggy-mistress/proto/RoutePointChangeInfo.proto

8 lines
125 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message RoutePointChangeInfo {
uint32 pointIndex = 1;
float targetVelocity = 2;
float waitTime = 3;
}