use gogues ecs, not working, needs rethinking
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
package ecs
|
||||
|
||||
// ECS system by jcerise, github.com/jcerise/gogue
|
||||
|
||||
type Entity int
|
||||
|
||||
func (e *Entity) HasComponent(c Component) bool {
|
||||
return true
|
||||
}
|
Reference in New Issue
Block a user