Files
hk4e/gate/entity/gm/kick_player_info.go
huangxiaolei 43403202b5 优化架构
2022-11-23 18:05:11 +08:00

7 lines
73 B
Go

package gm
type KickPlayerInfo struct {
UserId uint32
Reason uint32
}