Пример #1
0
 public DialogueResponse(DialogueResponseType respType, object respContent)
 {
     this._dlgRespType = respType;
     this._respContent = respContent;
 }
Пример #2
0
 public DialogueResponse(DialogueResponseType respType, object respContent)
 {
     this._dlgRespType = respType;
     this._respContent = respContent;
 }