6 lines
99 B
Protocol Buffer
6 lines
99 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message FeatureBlockInfo {
|
|
uint32 end_time = 2;
|
|
uint32 feature_type = 1;
|
|
}
|