protected void OnChoiceClick(int choiceIndex) { container.CleanChoices(); // Choose the clicked choice and continue onward story.ChooseChoiceIndexAndContinue(choiceIndex); }
protected void OnChoiceClick(int choiceIndex) { container.CleanChoices(); // Choose the clicked choice story.ChooseChoiceIndex(choiceIndex); }