Exemplo n.º 1
0
 public static void StopTutorial()
 {
     FlowchartController.StopBlock();
     //SoundBG.CheckBackgroundMusic(sceneToLoad);
 }
Exemplo n.º 2
0
 public static void LoadTutorial(string sceneToLoad)
 {
     FlowchartController.StartBlock(sceneToLoad);
     //SoundBG.CheckBackgroundMusic(sceneToLoad);
 }