feat(wip): 新的客户端协议库
This commit is contained in:
8
client-protocol/type/OnMessageData.ts
Normal file
8
client-protocol/type/OnMessageData.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import MessageBean from '../bean/MessageBean.ts'
|
||||
|
||||
interface OnMessageData {
|
||||
chat: string
|
||||
msg: MessageBean
|
||||
}
|
||||
|
||||
export default OnMessageData
|
||||
Reference in New Issue
Block a user