Commit 0143c017 authored by zhangzhe's avatar zhangzhe

no message

parent c7e90d93
...@@ -32,6 +32,11 @@ public class StartControl : MonoBehaviour ...@@ -32,6 +32,11 @@ public class StartControl : MonoBehaviour
} }
//StartCoroutine(SetInterAd()); //StartCoroutine(SetInterAd());
Invoke("ShowPigBanDialog", 0.5f);
}
private void ShowPigBanDialog()
{
if (PlayerPrefs.GetInt("finishedStrongGuide") == 1) if (PlayerPrefs.GetInt("finishedStrongGuide") == 1)
{ {
DialogControl.Instance.showPigBankDialog(); DialogControl.Instance.showPigBankDialog();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment