Ejemplo n.º 1
0
 public DialogueResponse(DialogueResponseType respType, object respContent)
 {
     this._dlgRespType = respType;
     this._respContent = respContent;
 }
Ejemplo n.º 2
0
 public DialogueResponse(DialogueResponseType respType, object respContent)
 {
     this._dlgRespType = respType;
     this._respContent = respContent;
 }