This commit is contained in:
aozhiwei 2024-04-09 20:14:47 +08:00
parent 74a64a7653
commit 90dfba2737

View File

@ -688,12 +688,14 @@ func (this *player) CMSetJoinCond(hdr *f5.MsgHdr, msg *cs.CMSetJoinCond) {
}
func (this *player) CMGuildMembersList(hdr *f5.MsgHdr, msg *cs.CMGuildMembersList) {
//not implements
}
func (this *player) CMSearchGuilds(hdr *f5.MsgHdr, msg *cs.CMSearchGuilds) {
}
func (this *player) CMGuildLogs(hdr *f5.MsgHdr, msg *cs.CMGuildLogs) {
//not implements
}
func (this *player) onOffline() {