mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-12 07:19:29 +00:00
14 lines
155 B
Go
14 lines
155 B
Go
package packet
|
|
|
|
const (
|
|
MaxIconBytes = 16
|
|
DefaultFrequencyName = "main"
|
|
)
|
|
|
|
const (
|
|
PermNoAccess = 0 + iota
|
|
PermRead
|
|
PermReadWrite
|
|
PermMax
|
|
)
|