package ecs // ECS system by jcerise, github.com/jcerise/gogue type System interface { Process() }