some inventory improvements

This commit is contained in:
anton.gurov
2019-11-19 17:25:24 +03:00
parent 0a6c642dc2
commit 25aad1c2f5
6 changed files with 201 additions and 132 deletions

View File

@ -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) {