11 lines
181 B
Protocol Buffer
11 lines
181 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "SKBuiltinString_t.proto";
|
|
|
|
message ModNotifyStatus {
|
|
required SKBuiltinString_t _UserName = 1;
|
|
required uint32 _Status = 2;
|
|
}
|