Exemplo n.º 1
0
    public void PreLoadRewardedAd(string[] placements)
    {
#if UNITY_EDITOR
        //Do nothing in Editor
#else
        adManager.PreLoadRewardedAd(placements);
#endif
    }