add notes and fix up imports
This commit is contained in:
@@ -10,7 +10,7 @@ public class DialogueController
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="chatBot"></param>
|
||||
public void RegisterChatBot(DialogueChatBot chatBot)
|
||||
public void RegisterChatBot(DialogueChatBot chatBot) // TODO: this is in with the helper types
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user