Files
hk4e/gate-hk4e-api/gm/kick_player_info.go
2022-11-20 15:38:00 +08:00

7 lines
73 B
Go

package gm
type KickPlayerInfo struct {
UserId uint32
Reason uint32
}