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

15 lines
271 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
import "Vector.proto";
message PlatformInfo {
uint32 routeId = 1;
int32 startIndex = 2;
uint32 startRouteTime = 3;
uint32 startSceneTime = 4;
uint32 tempRouteTime = 5;
uint32 tempStartRouteTime = 6;
Vector startPos = 7;
bool isStarted = 8;
}