Example #1
0
    //public bool showBanner;
    //public bool showInterstitial;

    void Awake()
    {
        // DontDestroyOnLoad(this);
        THIS = this;
    }
 void Awake()
 {
     DontDestroyOnLoad(this);
     THIS = this;
 }