feat(wip): 新的客户端协议库
This commit is contained in:
5
client-protocol/bean/RecentChatBean.ts
Normal file
5
client-protocol/bean/RecentChatBean.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import ChatBean from "./ChatBean.ts"
|
||||
|
||||
export default class RecentChat extends ChatBean {
|
||||
declare content: string
|
||||
}
|
||||
Reference in New Issue
Block a user