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