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