예제 #1
0
 private static ChatMapper.UserVariable VariableToCmp(DialogueSystem.Variable variable)
 {
     ChatMapper.UserVariable cmpUserVariable = new ChatMapper.UserVariable();
     cmpUserVariable.Fields = FieldsToCmp(variable.fields);
     AddRequiredUserVariableFields(cmpUserVariable.Fields);
     return(cmpUserVariable);
 }
예제 #2
0
 private static ChatMapper.UserVariable VariableToCmp(DialogueSystem.Variable variable)
 {
     ChatMapper.UserVariable cmpUserVariable = new ChatMapper.UserVariable();
     cmpUserVariable.Fields = FieldsToCmp(variable.fields);
     AddRequiredUserVariableFields(cmpUserVariable.Fields);
     return cmpUserVariable;
 }