package game // Item describes an item that can be held type Item struct { Type byte `json:"type"` }