11 lines
175 B
Protocol Buffer
11 lines
175 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "LBSLifeAction.proto";
|
||
|
|
||
|
message LBSLifeActionList {
|
||
|
required uint32 _Type = 1;
|
||
|
required LBSLifeAction _LifeAction = 2;
|
||
|
}
|