Ejemplo n.º 1
0
func parseStGameTimeTimerUserCmd(task *bwtask.BwTask, data []byte) {
	task.Debug("heartBeat")
	cmd := Cmd.NewStGameTimeTimerUserCmd()
	task.SendCmd(cmd)
}