some inventory improvements
This commit is contained in:
@ -2,6 +2,11 @@ package items
|
||||
|
||||
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"
|
||||
|
||||
type Named interface {
|
||||
GetName() string
|
||||
}
|
||||
|
||||
|
||||
var Controller *ecs.Controller
|
||||
|
||||
func Init(ctrl *ecs.Controller) {
|
||||
|
Reference in New Issue
Block a user