12 lines
229 B
Protocol Buffer
12 lines
229 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "RadarMember.proto";
|
|
|
|
message RadarCreateChatRoomParameter {
|
|
optional string _Ticket = 1;
|
|
optional uint32 _RadarMemberCount = 2;
|
|
repeated RadarMember _RadarMemberList = 3;
|
|
}
|