items
This commit is contained in:
@ -9,7 +9,7 @@ type UsableFace interface {
|
||||
type Usable struct {}
|
||||
|
||||
|
||||
func (u *Usable) Type() string {
|
||||
func (u Usable) Type() string {
|
||||
return ecs.UsableComponent
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user