public Span <GameEntityHandle> GetReferencedEntities(ComponentReference component) { return(GameWorldLL.GetReferences(GameWorldLL.GetComponentBoardBase(Boards.ComponentType, component.Type), component)); }