items
This commit is contained in:
9
engine/items/common.go
Normal file
9
engine/items/common.go
Normal file
@ -0,0 +1,9 @@
|
||||
package items
|
||||
|
||||
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"
|
||||
|
||||
var Controller ecs.Controller
|
||||
|
||||
func Init(ctrl ecs.Controller) {
|
||||
Controller = ctrl
|
||||
}
|
Reference in New Issue
Block a user