full cookie support

This commit is contained in:
Tnze
2024-06-16 16:58:47 +08:00
parent 5f5db75a34
commit 7d54712770
5 changed files with 65 additions and 17 deletions

View File

@ -22,6 +22,7 @@ type Client struct {
Name string
UUID uuid.UUID
Registries registry.NetworkCodec
Cookies map[string][]byte
// Ingame packet handlers
Events Events