Example #1
0
 private void OnContinue()
 {
     this.HighlightingContinue();
     if (this.tutorialData.InteractableButton != null)
     {
         this.tutorialData.InteractableButton.onClick.RemoveListener(new UnityAction(this.OnInteractableButtonClick));
     }
     if (this.popupContinue != null)
     {
         this.popupContinue();
         this.popupContinue = null;
     }
 }
Example #2
0
 protected void OnDisable()
 {
     this.popupContinue = null;
 }