9 lines
165 B
Go
9 lines
165 B
Go
package registry
|
|
|
|
import "github.com/Tnze/go-mc/chat"
|
|
|
|
type ChatType struct {
|
|
Chat chat.Decoration `nbt:"chat"`
|
|
Narration chat.Decoration `nbt:"narration"`
|
|
}
|