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