public interface IWorldSystemInterface { void RegisterEntityComponent(Entity entity, Component component); void Update(float delta); }