Files
go-mc/registry/chattype.go
2022-11-30 18:50:10 +08:00

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"`
}