mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:52:27 +08:00
7 lines
73 B
Go
7 lines
73 B
Go
package gm
|
|
|
|
type KickPlayerInfo struct {
|
|
UserId uint32
|
|
Reason uint32
|
|
}
|