move to terrain render system
This commit is contained in:
10
engine/items/consumable.go
Normal file
10
engine/items/consumable.go
Normal file
@ -0,0 +1,10 @@
|
||||
package items
|
||||
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"
|
||||
|
||||
type Consumable struct {
|
||||
|
||||
}
|
||||
|
||||
func (c Consumable) Type() string {
|
||||
return ecs.ConsumableComponent
|
||||
}
|
Reference in New Issue
Block a user