11 lines
196 B
Go
11 lines
196 B
Go
package client
|
|
|
|
import "git.konjactw.dev/falloutBot/go-mc/chat"
|
|
|
|
//codec:gen
|
|
type OpenScreen struct {
|
|
WindowID int32 `mc:"VarInt"`
|
|
WindowType int32 `mc:"VarInt"`
|
|
WindowTitle chat.Message
|
|
}
|