refactor package
This commit is contained in:
10
pkg/protocol/packet/game/client/open_screen.go
Normal file
10
pkg/protocol/packet/game/client/open_screen.go
Normal file
@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
import "github.com/Tnze/go-mc/chat"
|
||||
|
||||
//codec:gen
|
||||
type OpenScreen struct {
|
||||
WindowID int32 `mc:"VarInt"`
|
||||
WindowType int32 `mc:"VarInt"`
|
||||
WindowTitle chat.Message
|
||||
}
|
Reference in New Issue
Block a user