refactor package
This commit is contained in:
9
pkg/protocol/packet/game/client/commands.go
Normal file
9
pkg/protocol/packet/game/client/commands.go
Normal file
@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import "github.com/Tnze/go-mc/server/command"
|
||||
|
||||
//codec:gen
|
||||
type Commands struct {
|
||||
Nodes []command.Node
|
||||
RootIndex int32 `mc:"VarInt"`
|
||||
}
|
Reference in New Issue
Block a user