Ejemplo n.º 1
0
    /// <summary>
    /// Refreshes the IAS adverts
    /// </summary>
    /// <param name="jsonFileId">JSON file ID</param>
    /// <param name="wantedSlotInt">Slot int</param>
    public static void RefreshBanners(int jsonFileId, int wantedSlotInt, bool forceChangeActive = false)
    {
                #if ias
        staticRef.IncSlotChar(jsonFileId, wantedSlotInt);

        if (forceChangeActive)
        {
            OnForceChangeWanted();
        }
                #endif
    }