12 lines
230 B
Protocol Buffer
12 lines
230 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
import "EmotionCDNUrl.proto";
|
||
|
|
||
|
message ExchangeEmotionPackResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
required EmotionCDNUrl _DownloadInfo = 2;
|
||
|
}
|