Files
minego/codec/packet/game/client/open_screen.go

10 lines
172 B
Go

package client
import "github.com/Tnze/go-mc/chat"
type OpenScreen struct {
WindowID int32 `mc:"VarInt"`
WindowType int32 `mc:"VarInt"`
WindowTitle chat.Message
}