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

7 lines
89 B
Go

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