public static int CountSpawned(this GameObject prefab) { return(SpacePool.CountSpawned(prefab)); }
public static int CountSpawned <T>(this T prefab) where T : Component { return(SpacePool.CountSpawned(prefab)); }