10 lines
132 B
Protocol Buffer
10 lines
132 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message MemberStatus {
|
|
optional string _UserName = 1;
|
|
required int32 _Status = 2;
|
|
}
|