public static void DestroyAll <T>(this T prefab) where T : Component { SpacePool.DestroyAll(prefab.gameObject); }
public static void DestroyAll(this GameObject prefab) { SpacePool.DestroyAll(prefab); }