Ejemplo n.º 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);
 }
Ejemplo n.º 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;
 }