This commit is contained in:
aozhiwei 2024-04-09 16:43:40 +08:00
parent 7f0e0d0e4a
commit 7a55737b36

View File

@ -377,6 +377,8 @@ func (this *player) CMRecommendGuildList(hdr *f5.MsgHdr, msg *cs.CMRecommendGuil
}
func (this *player) CMGetTopGuildsByTotalStars(hdr *f5.MsgHdr, msg *cs.CMGetTopGuildsByTotalStars) {
rspMsg := new(cs.SMGetTopGuildsByTotalStars)
this.SendMsg(rspMsg)
}
func (this *player) CMCreateGuild(hdr *f5.MsgHdr, msg *cs.CMCreateGuild) {