mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -05:00
11 lines
156 B
Go
11 lines
156 B
Go
package types
|
|
|
|
type NEXToken struct {
|
|
SystemType uint8
|
|
TokenType uint8
|
|
UserPID uint32
|
|
ExpireTime uint64
|
|
TitleID uint64
|
|
AccessLevel int8
|
|
}
|