10 lines
144 B
Protocol Buffer
10 lines
144 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message ModSnsBlackList {
|
||
|
optional string _ContactUsername = 1;
|
||
|
required uint32 _ModType = 2;
|
||
|
}
|