重构NetManager支持MessagePair,新增TSRPCWsClient。
This commit is contained in:
7
client/assets/scripts/Shared/protocols/MsgResSend.ts
Normal file
7
client/assets/scripts/Shared/protocols/MsgResSend.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 发送消息响应
|
||||
*/
|
||||
export interface MsgResSend {
|
||||
/** 发送时间 */
|
||||
time: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user