11 lines
161 B
Protocol Buffer
11 lines
161 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message EmotionCDNUrl {
|
||
|
optional string _Url = 1;
|
||
|
optional string _AesKey = 2;
|
||
|
required uint32 _FileSize = 3;
|
||
|
}
|