mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-10 12:12:28 +08:00
7 lines
87 B
Go
7 lines
87 B
Go
package gm
|
|
|
|
type ForbidUserInfo struct {
|
|
UserId uint32
|
|
ForbidEndTime uint64
|
|
}
|