add notes and fix up imports

This commit is contained in:
CWX
2025-01-07 13:00:49 +00:00
parent 18d56af3e9
commit 78acaed654
10 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -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();
}