Exemplo n.º 1
0
 public void AdvanceNarrative()
 {
     if (finished)
     {
         GameObject.Find("LevelHolder").GetComponent <GameControl> ().LoadNextLevel();
     }
     else
     {
         narrator.NextAction();
     }
 }