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

9 lines
172 B
Go

package client
//codec:gen
type OpenHorseScreen struct {
WindowID int32 `mc:"VarInt"`
InventoryColumnsSize int32 `mc:"VarInt"`
EntityID int32
}