alchemyst/engine/items/useable.go
2019-11-10 04:29:59 +03:00

10 lines
157 B
Go

package items
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"
type Useable struct {}
func (u *Useable) Type() string {
return ecs.UsableComponent
}