package items

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

type Useable struct {}


func (u *Useable) Type() string {
	return ecs.UsableComponent
}