7 lines
113 B
Protocol Buffer
7 lines
113 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message CurVehicleInfo {
|
|
uint32 entity_id = 1;
|
|
uint32 pos = 2;
|
|
uint32 gadget_id = 3;
|
|
}
|