Files
minego/pkg/protocol/packet/game/client/open_screen.go
2025-08-22 05:14:59 +08:00

11 lines
184 B
Go

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
}