refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/cookie_request.go
Normal file
8
pkg/protocol/packet/game/client/cookie_request.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
import pk "github.com/Tnze/go-mc/net/packet"
|
||||
|
||||
//codec:gen
|
||||
type CookieRequest struct {
|
||||
Key pk.Identifier
|
||||
}
|
Reference in New Issue
Block a user