重构NetManager支持MessagePair,新增TSRPCWsClient。
This commit is contained in:
7
client/assets/scripts/Shared/protocols/MsgReqSend.ts
Normal file
7
client/assets/scripts/Shared/protocols/MsgReqSend.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 发送消息请求
|
||||
*/
|
||||
export interface MsgReqSend {
|
||||
/** 消息内容 */
|
||||
content: string;
|
||||
}
|
||||
Reference in New Issue
Block a user