11 lines
193 B
Protocol Buffer
11 lines
193 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
|
||
|
message RadarCreateChatRoomResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
optional string _ChatRoomName = 2;
|
||
|
}
|