refactor package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
import "github.com/Tnze/go-mc/chat"
|
||||
|
||||
//codec:gen
|
||||
type OpenScreen struct {
|
||||
WindowID int32 `mc:"VarInt"`
|
||||
WindowType int32 `mc:"VarInt"`
|
||||
WindowTitle chat.Message
|
||||
}
|
||||
Reference in New Issue
Block a user