12 lines
218 B
Protocol Buffer
12 lines
218 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseRequest.proto";
|
||
|
|
||
|
message ExchangeEmotionPackRequest {
|
||
|
required BaseRequest _BaseRequest = 1;
|
||
|
optional string _ProductID = 2;
|
||
|
optional string _SeriesID = 3;
|
||
|
}
|