12 lines
196 B
Protocol Buffer
12 lines
196 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message EmotionBannerImg {
|
|
optional string _ImgUrl = 1;
|
|
required uint32 _Width = 2;
|
|
required uint32 _Height = 3;
|
|
optional string _StripUrl = 4;
|
|
}
|