Example #1
0
 public void NextIntroWindow()
 {
     IntroProgression.NextIntroWindowEvent();
 }
Example #2
0
 public void FinishIntro()
 {
     IntroProgression.CloseIntroWindowEvent();
 }
Example #3
0
 public void OpenIntroWindow()
 {
     IntroProgression.OpenIntroWindowEvent();
 }