refactor package
This commit is contained in:
9
pkg/protocol/packet/game/client/place_ghost_recipe.go
Normal file
9
pkg/protocol/packet/game/client/place_ghost_recipe.go
Normal file
@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/slot/display/recipe"
|
||||
|
||||
//codec:gen
|
||||
type PlaceGhostRecipe struct {
|
||||
WindowID int32 `mc:"VarInt"`
|
||||
RecipeDisplay recipe.Display
|
||||
}
|
Reference in New Issue
Block a user