refactor package
This commit is contained in:
9
pkg/protocol/packet/game/client/open_sign_editor.go
Normal file
9
pkg/protocol/packet/game/client/open_sign_editor.go
Normal file
@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import pk "github.com/Tnze/go-mc/net/packet"
|
||||
|
||||
//codec:gen
|
||||
type OpenSignEditor struct {
|
||||
Location pk.Position
|
||||
Front bool
|
||||
}
|
Reference in New Issue
Block a user