public bool Filter(IHasComponents target) { return(true); }
public bool Filter(IHasComponents target) { return(target.HasComponent <T>()); }