Exemplo n.º 1
0
 public void SetChoiceAction(Comment comment)
 {
     _actionType = (ChoiceActionType)Enum.Parse(typeof(ChoiceActionType), comment.CommentText);
 }
Exemplo n.º 2
0
 public Choice(Choice choice)
 {
     _response     = choice.Response;
     _nextDialogue = choice.NextDialogue;
     _actionType   = ActionType;
 }