Files
minego/pkg/protocol/packet/game/client/open_screen.go
2025-08-27 20:28:44 +08:00

11 lines
196 B
Go

package client
import "git.konjactw.dev/falloutBot/go-mc/chat"
//codec:gen
type OpenScreen struct {
WindowID int32 `mc:"VarInt"`
WindowType int32 `mc:"VarInt"`
WindowTitle chat.Message
}