// Use this for initialization
 void Awake()
 {
     self = this;
     StartOver();
 }
Пример #2
0
 // Called when the button is clicked.
 public void Clicked()
 {
     InteractiveStorySystem.Refresh(choiceID);
 }