package ecs // ECS system by jcerise, github.com/jcerise/gogue type Entity int func (e *Entity) HasComponent(c Component) bool { return true }