Files
bl/logic/controller/maphot.go

14 lines
309 B
Go
Raw Normal View History

package controller
import (
"blazing/common/data/entity"
"blazing/logic/service/maps"
)
func (h Controller) MapHot(data *maps.MapHotInboundInfo, c *entity.Player) {
data.Def()
//fmt.Println("登录成功")
//log.Printf("任务 %s 执行中,已登录状态: %v\n", , lw.IsLoggedIn())
}