Files
minego/pkg/protocol/packet/game/client/commands.go
2025-08-22 05:14:59 +08:00

10 lines
157 B
Go

package client
import "github.com/Tnze/go-mc/server/command"
//codec:gen
type Commands struct {
Nodes []command.Node
RootIndex int32 `mc:"VarInt"`
}