10 lines
155 B
Go
10 lines
155 B
Go
package nbt
|
|
|
|
type Unmarshaler interface {
|
|
Unmarshal(tagType byte, tagName string, r DecoderReader) error
|
|
}
|
|
|
|
//type Marshaller interface{
|
|
// Marshal()
|
|
//}
|