This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"blazing/modules/config/service"
|
||||
)
|
||||
|
||||
// GetTalkCount 处理控制器请求。
|
||||
func (h Controller) GetTalkCount(data *TalkCountInboundInfo, c *player.Player) (result *item.TalkCountOutboundInfo, err errorcode.ErrorCode) {
|
||||
result = &item.TalkCountOutboundInfo{}
|
||||
talkCount, ok := c.Service.Talk.Cheak(c.Info.MapID, int(data.ID))
|
||||
|
||||
Reference in New Issue
Block a user