package items
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"

type Consumable struct {

}

func (c Consumable) Type() string {
	return ecs.ConsumableComponent
}