8 lines
168 B
Protocol Buffer
8 lines
168 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "MapMarkTipsType.proto";
|
|
// Obf: FCABMPGKCEL
|
|
message MapMarkTipsInfo {
|
|
MapMarkTipsType tips_type = 1;
|
|
repeated uint32 point_id_list = 2;
|
|
}
|