This commit is contained in:
Tnze
2019-10-20 14:19:38 +08:00
parent 7d31acbb48
commit 9576aa2823
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,7 @@ type Slot struct {
Present bool
ItemID int32
Count int8
NBT struct {
}
NBT interface{}
}
//Decode implement packet.FieldDecoder interface