refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/horse_screen_open.go
Normal file
8
pkg/protocol/packet/game/client/horse_screen_open.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type OpenHorseScreen struct {
|
||||
WindowID int32 `mc:"VarInt"`
|
||||
InventoryColumnsSize int32 `mc:"VarInt"`
|
||||
EntityID int32
|
||||
}
|
Reference in New Issue
Block a user