package ecs // ECS system by jcerise, github.com/jcerise/gogue import "reflect" type Component interface { TypeOf() reflect.Type }