vRp.CD2g_test/game/pushfail.go

9 lines
121 B
Go

package game
// PushFail 消息推送失败信息
type PushFail struct {
Player *Player
Data []byte
Err error
}