修改为luban
This commit is contained in:
@@ -82,3 +82,19 @@ message G2Map_ExitRoomRequest // IAddressRequest,Map2G_ExiRoomResponse
|
||||
message Map2G_ExiRoomResponse // IAddressResponse
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
////////////// ******** 聊天 *******/////////////
|
||||
|
||||
/// Chat通知Gate发送一个全服广播的聊天信息
|
||||
message Chat2G_ChatMessage // IAddressMessage
|
||||
{
|
||||
ChatInfoTree ChatInfoTree = 1;
|
||||
}
|
||||
/// 其他服务器发送聊天消息到Chat
|
||||
message Other2Chat_ChatMessage // IAddressMessage
|
||||
{
|
||||
ChatInfoTree ChatInfoTree = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user