Exemplo n.º 1
0
 public void OpenTutorial(string tutoName)
 {
     if (SProfilePlayer.getInstance().TutorialsCalled.Contains(tutoName))
     {
         return;
     }
     GameManager.instance.PauseGame();
     scriptTuto.ShowTuto(tutoName);
 }
Exemplo n.º 2
0
 private void ActionClick()
 {
     instancePT.ShowTuto(imageTuto.name);
 }