11 lines
168 B
Protocol Buffer
11 lines
168 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "StatReportItem.proto";
|
|
|
|
message StatReportInfo {
|
|
required int32 _Count = 1;
|
|
repeated StatReportItem _List = 2;
|
|
}
|