void Awake() { if (s_inst == null) { s_inst = this; } else { Destroy(s_inst); s_inst = this; } }
void Start() { if (instance == null) { instance = this; DontDestroyOnLoad(instance.gameObject); } else { DestroyImmediate(this.gameObject); } if (!isLoadText) { GetADS(); } }
void Start () { if (instance == null) { instance = this; DontDestroyOnLoad(instance.gameObject); } else { DestroyImmediate(this.gameObject); } if (!isLoadText) { GetADS(); } }
public void Revive() { FlurryEventsManager.SendEvent("RV_revive"); MyAds.ShowRewardedAds(); _isWaitReward = true; }
public void OnVideoAdsClicked() { FlurryEventsManager.SendEvent("RV_strawberries", "start_screen"); MyAds.ShowRewardedAds(); _isWaitReward = true; }
public void BtnTier3() { FlurryEventsManager.SendEvent("RV_strawberries", "shop"); MyAds.ShowRewardedAds(); _isWaitReward = true; }