9 lines
103 B
Protocol Buffer
9 lines
103 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message SKBuiltinInt32_t {
|
|
required uint32 _iVal = 1;
|
|
}
|