rove/pkg/game/items.go

7 lines
103 B
Go
Raw Normal View History

2020-06-26 18:13:23 +01:00
package game
// Item describes an item that can be held
type Item struct {
Type byte `json:"type"`
}