reflection goes out of the window
This commit is contained in:
@ -2,6 +2,9 @@ package ecs
|
||||
|
||||
// ECS system by jcerise, github.com/jcerise/gogue
|
||||
|
||||
const MobRenderSystem = "mobrender"
|
||||
|
||||
type System interface {
|
||||
Process()
|
||||
SystemType() string
|
||||
}
|
||||
|
Reference in New Issue
Block a user