Esempio n. 1
0
 static void GetInstance()
 {
     if (_instance == null)
     {
         _instance = Load("Alerts/TutorialAlert", UIAlertController.Instance.CanvasRect) as TutorialAlert;
     }
 }
Esempio n. 2
0
 public void ClickTutorial()
 {
     TutorialAlert.Present(TutorialAlertType.STORE);
 }
Esempio n. 3
0
 public void ClickTutorial()
 {
     TutorialAlert.Present(TutorialAlertType.REWARDS);
 }
Esempio n. 4
0
 public void ClickTutorial()
 {
     TutorialAlert.Present(TutorialAlertType.BATTLE);
 }
Esempio n. 5
0
 protected override void OnDeactivate()
 {
     base.OnDeactivate();
     _instance = null;
 }