refactor package
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"github.com/Tnze/go-mc/nbt"
|
||||
)
|
||||
|
||||
//codec:gen
|
||||
type ShowDialog struct {
|
||||
DialogID int32 `mc:"VarInt"`
|
||||
//opt:id:DialogID
|
||||
DialogData nbt.RawMessage `mc:"NBT"`
|
||||
}
|
||||
Reference in New Issue
Block a user