TODO: 推翻整个项目重新建立根基
This commit is contained in:
13
client-protocol/RecentChat.ts
Normal file
13
client-protocol/RecentChat.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import RecentChatBean from "./bean/RecentChatBean.ts"
|
||||
import Chat from "./Chat.ts"
|
||||
import LingChairClient from "./LingChairClient.ts"
|
||||
|
||||
export default class RecentChat extends Chat {
|
||||
declare bean: RecentChatBean
|
||||
constructor(client: LingChairClient, bean: RecentChatBean) {
|
||||
super(client, bean)
|
||||
}
|
||||
getContent() {
|
||||
return this.bean.content
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user