コード例 #1
0
 public void SetChoiceAction(Comment comment)
 {
     _actionType = (ChoiceActionType)Enum.Parse(typeof(ChoiceActionType), comment.CommentText);
 }
コード例 #2
0
 public Choice(Choice choice)
 {
     _response     = choice.Response;
     _nextDialogue = choice.NextDialogue;
     _actionType   = ActionType;
 }