Update token format

This commit is contained in:
Jonathan Barrow 2023-06-10 20:12:59 -04:00
parent 5880ba8f4a
commit 6b9e9cf42b
No known key found for this signature in database
GPG key ID: E86E9FE9049C741F

View file

@ -6,5 +6,5 @@ type NEXToken struct {
UserPID uint32
ExpireTime uint64
TitleID uint64
AccessLevel uint8
AccessLevel int8
}