use gogues ecs, not working, needs rethinking
This commit is contained in:
9
engine/ecs/component.go
Normal file
9
engine/ecs/component.go
Normal file
@ -0,0 +1,9 @@
|
||||
package ecs
|
||||
|
||||
// ECS system by jcerise, github.com/jcerise/gogue
|
||||
|
||||
import "reflect"
|
||||
|
||||
type Component interface {
|
||||
TypeOf() reflect.Type
|
||||
}
|
Reference in New Issue
Block a user