WeChatHelper/MMPro/micromsg/proto/GameAnnouncementInfo.proto
2024-06-11 08:43:45 +08:00

11 lines
165 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message GameAnnouncementInfo {
required uint32 _Style = 1;
optional string _Title = 2;
optional string _Desc = 3;
}